summaryrefslogtreecommitdiff
path: root/cli/tests/lock_write_fetch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/lock_write_fetch.ts')
-rw-r--r--cli/tests/lock_write_fetch.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/lock_write_fetch.ts b/cli/tests/lock_write_fetch.ts
index 5a4dea0ce..fe05848fa 100644
--- a/cli/tests/lock_write_fetch.ts
+++ b/cli/tests/lock_write_fetch.ts
@@ -11,6 +11,7 @@ const fetchProc = Deno.run({
"--reload",
"--lock=lock_write_fetch.json",
"--lock-write",
+ "--cert=tls/RootCA.pem",
"https_import.ts",
],
});
@@ -25,6 +26,7 @@ const fetchCheckProc = Deno.run({
Deno.execPath(),
"cache",
"--lock=lock_write_fetch.json",
+ "--cert=tls/RootCA.pem",
"https_import.ts",
],
});