diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-10-22 22:52:41 +0900 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-10-22 09:52:41 -0400 |
commit | ec44b5b6af1b70bb4041c909989b5f94138ecaf5 (patch) | |
tree | 3d488d3bab137aaee41f6ff476b0ce159d7f0c1f /cli/tests/045_proxy_test.ts | |
parent | ea8231af3396a054eb4faf73064d8333ab1006e0 (diff) |
test: improve http_proxy test (#3185)
Diffstat (limited to 'cli/tests/045_proxy_test.ts')
-rw-r--r-- | cli/tests/045_proxy_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/045_proxy_test.ts b/cli/tests/045_proxy_test.ts index f1226f4c4..6f1d779c1 100644 --- a/cli/tests/045_proxy_test.ts +++ b/cli/tests/045_proxy_test.ts @@ -49,7 +49,7 @@ async function testModuleDownload(): Promise<void> { "--no-prompt", "--reload", "fetch", - "http://deno.land/welcome.ts" + "http://localhost:4545/std/examples/colors.ts" ], stdout: "piped", env: { |