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/integration_tests.rs | |
parent | bee36a4de8516aa222bbb2b6650974bdd7cb57f4 (diff) |
test(cli/tests/https_import): use ts file in localhost instead of remote (#7431)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 1b16c5769..bbbfd7258 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2033,8 +2033,9 @@ itest!(exit_error42 { }); itest!(https_import { - args: "run --quiet --reload https_import.ts", + args: "run --quiet --reload --cert tls/RootCA.pem https_import.ts", output: "https_import.ts.out", + http_server: true, }); itest!(if_main { |