From f2216c90a76775f7af6fa06b96b6e56dc5810284 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 30 Apr 2024 21:36:52 -0400 Subject: chore: fix flaky module graph cache tests (#23623) --- tests/specs/jsr/module_graph/main.out | 3 +-- tests/specs/jsr/module_graph2/main.out | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/specs') 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] -- cgit v1.2.3