diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-30 21:36:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-01 01:36:52 +0000 |
commit | f2216c90a76775f7af6fa06b96b6e56dc5810284 (patch) | |
tree | e2351ecc24bb9f4a2cfdf6d7c18dff96370521c8 | |
parent | ac9e07bdfa525c22190fed76b9cfbac6e4b486af (diff) |
chore: fix flaky module graph cache tests (#23623)
-rw-r--r-- | tests/specs/jsr/module_graph/main.out | 3 | ||||
-rw-r--r-- | tests/specs/jsr/module_graph2/main.out | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/specs/jsr/module_graph/main.out b/tests/specs/jsr/module_graph/main.out index 0bc19aeba..35905a63a 100644 --- a/tests/specs/jsr/module_graph/main.out +++ b/tests/specs/jsr/module_graph/main.out @@ -1,5 +1,4 @@ -[WILDCARD]Caching module info for http://[WILDLINE]/@denotest/module-graph/1.4.0/mod.ts -[WILDCARD]Caching module info for http://[WILDLINE]/@denotest/module-graph/1.4.0/other.ts +[WILDCARD]Caching module info for http://127.0.0.1:4250/@denotest/module-graph/1.4.0/mod.ts [WILDCARD] Test { other: Other {} } [WILDCARD] diff --git a/tests/specs/jsr/module_graph2/main.out b/tests/specs/jsr/module_graph2/main.out index 9f37a0382..ba2c06aaa 100644 --- a/tests/specs/jsr/module_graph2/main.out +++ b/tests/specs/jsr/module_graph2/main.out @@ -1,5 +1,4 @@ -[WILDCARD]Caching module info for http://[WILDLINE]/@denotest/module-graph2/1.4.0/mod.ts -[WILDCARD]Caching module info for http://[WILDLINE]/@denotest/module-graph2/1.4.0/other.ts +[WILDCARD]Caching module info for http://127.0.0.1:4250/@denotest/module-graph2/1.4.0/mod.ts [WILDCARD] Test { other: Other {} } [WILDCARD] |