test: improve http_proxy test (#3185)

This commit is contained in:
Yoshiya Hinosawa 2019-10-22 22:52:41 +09:00 committed by Ry Dahl
parent ea8231af33
commit ec44b5b6af
4 changed files with 6 additions and 4 deletions

View file

@ -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: {