From c198535caf7209460b938fc7bbd48c80742c950c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 28 Jul 2021 13:12:45 +0200 Subject: fix: flaky worker test (#11540) --- cli/tests/workers/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/workers/test.ts') diff --git a/cli/tests/workers/test.ts b/cli/tests/workers/test.ts index d35dbec82..d62b644a4 100644 --- a/cli/tests/workers/test.ts +++ b/cli/tests/workers/test.ts @@ -729,7 +729,7 @@ Deno.test({ await result; assert(worker); - const response = await fetch("http://localhost:4500"); + const response = await fetch("http://localhost:4506"); assert(await response.arrayBuffer()); worker.terminate(); }, -- cgit v1.2.3