From e688a701e20cbed8908b4fb3629a554dc75b4e5b Mon Sep 17 00:00:00 2001 From: tokiedokie Date: Mon, 14 Sep 2020 20:18:00 +0900 Subject: test(cli/tests/https_import): use ts file in localhost instead of remote (#7431) --- cli/tests/lock_write_fetch.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/tests/lock_write_fetch.ts') 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", ], }); -- cgit v1.2.3