diff options
Diffstat (limited to 'cli/tests/unit')
| -rw-r--r-- | cli/tests/unit/serve_test.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/unit/serve_test.ts b/cli/tests/unit/serve_test.ts index 8ab5209df..fd7cc869a 100644 --- a/cli/tests/unit/serve_test.ts +++ b/cli/tests/unit/serve_test.ts @@ -3077,16 +3077,16 @@ Deno.test( assertEquals( "hello world!", - await curlRequest(["https://localhost:9000/path", "-k"]), + await curlRequest(["https://localhost:8000/path", "-k"]), ); assertEquals( "hello world!", - await curlRequest(["https://localhost:9000/path", "-k", "--http2"]), + await curlRequest(["https://localhost:8000/path", "-k", "--http2"]), ); assertEquals( "hello world!", await curlRequest([ - "https://localhost:9000/path", + "https://localhost:8000/path", "-k", "--http2", "--http2-prior-knowledge", |
