diff options
Diffstat (limited to 'cli/tests/workers/test.ts')
-rw-r--r-- | cli/tests/workers/test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }, |