diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-12 10:46:48 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 10:46:48 +1000 |
commit | 8476bbff9af28408bc6a9b0a7b2303cb3803422e (patch) | |
tree | 7d06c3fb248c39b5924686213275b57df8d01fc7 /tests/specs/run/045_proxy/proxy_test.ts | |
parent | 3a3837545ce6f585f718069cc05d96f765a05d3f (diff) |
feat: stabilize `Deno.createHttpClient()` (#25569)
Closes #25518
Diffstat (limited to 'tests/specs/run/045_proxy/proxy_test.ts')
-rw-r--r-- | tests/specs/run/045_proxy/proxy_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/specs/run/045_proxy/proxy_test.ts b/tests/specs/run/045_proxy/proxy_test.ts index 8ef7cf3da..22115a3aa 100644 --- a/tests/specs/run/045_proxy/proxy_test.ts +++ b/tests/specs/run/045_proxy/proxy_test.ts @@ -108,7 +108,6 @@ async function testFetchProgrammaticProxy() { "--quiet", "--reload", "--allow-net=localhost:4545,localhost:4555", - "--unstable-http", "programmatic_proxy_client.ts", ], }).output(); |