diff options
author | tokiedokie <thetokiedokie@gmail.com> | 2020-09-14 20:18:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 13:18:00 +0200 |
commit | e688a701e20cbed8908b4fb3629a554dc75b4e5b (patch) | |
tree | 6750e0de16c5068238ea4db207982eb1a52a1d77 /cli/tests/lock_write_fetch.ts | |
parent | bee36a4de8516aa222bbb2b6650974bdd7cb57f4 (diff) |
test(cli/tests/https_import): use ts file in localhost instead of remote (#7431)
Diffstat (limited to 'cli/tests/lock_write_fetch.ts')
-rw-r--r-- | cli/tests/lock_write_fetch.ts | 2 |
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", ], }); |