summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/cert/ip_address_unsafe_ssl.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/cert/ip_address_unsafe_ssl.ts')
-rw-r--r--cli/tests/testdata/cert/ip_address_unsafe_ssl.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/cert/ip_address_unsafe_ssl.ts b/cli/tests/testdata/cert/ip_address_unsafe_ssl.ts
deleted file mode 100644
index a3268888f..000000000
--- a/cli/tests/testdata/cert/ip_address_unsafe_ssl.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-const r = await fetch("https://1.1.1.1");
-console.log(r.status);