summaryrefslogtreecommitdiff
path: root/cli/tests/045_proxy_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/045_proxy_test.ts')
-rw-r--r--cli/tests/045_proxy_test.ts2
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",