summaryrefslogtreecommitdiff
path: root/tests/testdata/dynamic_import/permissions_remote_remote.ts.out
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2024-07-05 23:45:06 +0100
committerGitHub <noreply@github.com>2024-07-05 23:45:06 +0100
commit74ac29bae666cd910c6f66d47b20e3209afc1fe7 (patch)
treeee6a2b5677cbbdf6e7c0ddc8ff94940792e2089a /tests/testdata/dynamic_import/permissions_remote_remote.ts.out
parent80df9aec1db449e6cc0f4513103aa442b8d43de3 (diff)
fix(permissions): handle ipv6 addresses correctly (#24397)
Also don't panic on invalid domain names and addresses. Extracted with cleanups up from #24080 Co-authored-by: Yazan AbdAl-Rahman <yazan.abdalrahman@exalt.ps>
Diffstat (limited to 'tests/testdata/dynamic_import/permissions_remote_remote.ts.out')
-rw-r--r--tests/testdata/dynamic_import/permissions_remote_remote.ts.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/dynamic_import/permissions_remote_remote.ts.out b/tests/testdata/dynamic_import/permissions_remote_remote.ts.out
index bd88dd4d9..0e8b0fc1f 100644
--- a/tests/testdata/dynamic_import/permissions_remote_remote.ts.out
+++ b/tests/testdata/dynamic_import/permissions_remote_remote.ts.out
@@ -1,4 +1,4 @@
-error: Uncaught (in promise) TypeError: Requires net access to "example.com", run again with the --allow-net flag
+error: Uncaught (in promise) TypeError: Requires net access to "example.com:443", run again with the --allow-net flag
at http://localhost:4545/dynamic_import/static_remote.ts:2:8
await import(
^