summaryrefslogtreecommitdiff
path: root/cli/tests/cert_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/cert_tests.rs')
-rw-r--r--cli/tests/cert_tests.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/tests/cert_tests.rs b/cli/tests/cert_tests.rs
index fd6a50061..c06c1afb9 100644
--- a/cli/tests/cert_tests.rs
+++ b/cli/tests/cert_tests.rs
@@ -58,9 +58,8 @@ mod cert {
itest!(deno_land_unsafe_ssl {
args:
- "run --quiet --reload --allow-net --cert=tls/RootCA.pem --unsafely-ignore-certificate-errors=localhost cert/deno_land_unsafe_ssl.ts",
+ "run --quiet --reload --allow-net --unsafely-ignore-certificate-errors=deno.land cert/deno_land_unsafe_ssl.ts",
output: "cert/deno_land_unsafe_ssl.ts.out",
- http_server: true,
});
itest!(ip_address_unsafe_ssl {