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 6f8b45fd1..d9d63ea52 100644 --- a/cli/tests/045_proxy_test.ts +++ b/cli/tests/045_proxy_test.ts @@ -41,7 +41,7 @@ async function testModuleDownload(): Promise<void> { cmd: [ Deno.execPath(), "--reload", - "fetch", + "cache", "http://localhost:4545/std/examples/colors.ts", ], stdout: "piped", |