summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/disallow_http_from_https.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/disallow_http_from_https.ts')
-rw-r--r--cli/tests/testdata/run/disallow_http_from_https.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/run/disallow_http_from_https.ts b/cli/tests/testdata/run/disallow_http_from_https.ts
deleted file mode 100644
index b8ddff170..000000000
--- a/cli/tests/testdata/run/disallow_http_from_https.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-// Trying to import "http://", while this file is accessed by "https://"
-import "http://localhost:4545/run/001_hello.js";