diff options
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: { |