summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/dynamic_remote.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/workers/dynamic_remote.ts')
-rw-r--r--cli/tests/testdata/workers/dynamic_remote.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/workers/dynamic_remote.ts b/cli/tests/testdata/workers/dynamic_remote.ts
index 381c7f374..54e4a4714 100644
--- a/cli/tests/testdata/workers/dynamic_remote.ts
+++ b/cli/tests/testdata/workers/dynamic_remote.ts
@@ -1,2 +1,2 @@
// This file doesn't really exist, but it doesn't matter, a "PermissionsDenied" error should be thrown.
-await import("https://example.com/some/file.ts");
+await import("" + "https://example.com/some/file.ts");