summaryrefslogtreecommitdiff
path: root/tests/testdata/cert/ip_address_unsafe_ssl.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-02 20:43:12 -0400
committerGitHub <noreply@github.com>2024-05-03 00:43:12 +0000
commitb7945a218ee193f6730b4b459e5ab28d13b1f040 (patch)
tree690bc84008a60f3cd13d4dee11df39a8f66c85c7 /tests/testdata/cert/ip_address_unsafe_ssl.ts
parentcf0579c7d4b69fcb205fb0d5320e0a00012720ee (diff)
chore: move cert itests to spec tests (#23607)
Diffstat (limited to 'tests/testdata/cert/ip_address_unsafe_ssl.ts')
-rw-r--r--tests/testdata/cert/ip_address_unsafe_ssl.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testdata/cert/ip_address_unsafe_ssl.ts b/tests/testdata/cert/ip_address_unsafe_ssl.ts
deleted file mode 100644
index a3268888f..000000000
--- a/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);