summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/dynamic_import/permissions_remote_remote.ts
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2023-04-26 21:23:28 +0100
committerGitHub <noreply@github.com>2023-04-26 16:23:28 -0400
commit3d8a4d3b81e107bbb152ad69047f64d16ca800f3 (patch)
tree52c8d5e655e3b4bc51aabee1bbfe428a3b7b394a /cli/tests/testdata/dynamic_import/permissions_remote_remote.ts
parentc2f5c096925e2fc303f6ea1c36cdba38748c9217 (diff)
feat(cli): don't check permissions for statically analyzable dynamic imports (#18713)
Closes #17697 Closes #17658
Diffstat (limited to 'cli/tests/testdata/dynamic_import/permissions_remote_remote.ts')
-rw-r--r--cli/tests/testdata/dynamic_import/permissions_remote_remote.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/dynamic_import/permissions_remote_remote.ts b/cli/tests/testdata/dynamic_import/permissions_remote_remote.ts
index 0033bcccc..65a254191 100644
--- a/cli/tests/testdata/dynamic_import/permissions_remote_remote.ts
+++ b/cli/tests/testdata/dynamic_import/permissions_remote_remote.ts
@@ -1,3 +1,3 @@
await import(
- "http://localhost:4545/dynamic_import/static_remote.ts"
+ "" + "http://localhost:4545/dynamic_import/static_remote.ts"
);