diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-09-25 00:52:01 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-24 18:52:01 -0400 |
commit | 112ce0df1f9e36a57b520aa59dc1767ba0716bb0 (patch) | |
tree | fa667d29c9cb433f4d09396a36cab43d4421db6c /cli/tests/integration_tests.rs | |
parent | a497f87b59a5271d89cf50063154c46c4e52c523 (diff) |
test: add HTTP_PROXY tests (#2977)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index fd5efca18..4bb7fbe6e 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -317,6 +317,11 @@ itest!(_044_bad_resource { exit_code: 1, }); +itest!(_045_proxy { + args: "run --allow-net --allow-env --allow-run --reload 045_proxy_test.ts", + output: "045_proxy_test.ts.out", +}); + itest!(async_error { exit_code: 1, args: "run --reload async_error.ts", |