diff options
Diffstat (limited to 'tests/specs/run/045_proxy')
-rw-r--r-- | tests/specs/run/045_proxy/proxy_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/run/045_proxy/proxy_test.ts b/tests/specs/run/045_proxy/proxy_test.ts index 70781f97d..8ef7cf3da 100644 --- a/tests/specs/run/045_proxy/proxy_test.ts +++ b/tests/specs/run/045_proxy/proxy_test.ts @@ -108,7 +108,7 @@ async function testFetchProgrammaticProxy() { "--quiet", "--reload", "--allow-net=localhost:4545,localhost:4555", - "--unstable", + "--unstable-http", "programmatic_proxy_client.ts", ], }).output(); |