From 4e9d1c726054defb7898eccc77f332c06833b06e Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 22 Apr 2022 15:36:02 +0200 Subject: [PATCH] tests: unflake streaming compression tests (#14363) --- cli/tests/unit/http_test.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/cli/tests/unit/http_test.ts b/cli/tests/unit/http_test.ts index c55c0372da..a27fcbc23e 100644 --- a/cli/tests/unit/http_test.ts +++ b/cli/tests/unit/http_test.ts @@ -1254,7 +1254,7 @@ Deno.test({ const url = `http://${hostname}:${port}/`; const cmd = [ "curl", - "-I", + "-i", "--request", "GET", "--url", @@ -1359,7 +1359,7 @@ Deno.test({ const url = `http://${hostname}:${port}/`; const cmd = [ "curl", - "-I", + "-i", "--request", "GET", "--url", @@ -1413,7 +1413,7 @@ Deno.test({ const url = `http://${hostname}:${port}/`; const cmd = [ "curl", - "-I", + "-i", "--request", "GET", "--url", @@ -1464,7 +1464,7 @@ Deno.test({ const url = `http://${hostname}:${port}/`; const cmd = [ "curl", - "-I", + "-i", "--request", "GET", "--url", @@ -1518,7 +1518,7 @@ Deno.test({ const url = `http://${hostname}:${port}/`; const cmd = [ "curl", - "-I", + "-i", "--request", "GET", "--url", @@ -1575,7 +1575,7 @@ Deno.test({ const url = `http://${hostname}:${port}/`; const cmd = [ "curl", - "-I", + "-i", "--request", "GET", "--url", @@ -1632,7 +1632,7 @@ Deno.test({ const url = `http://${hostname}:${port}/`; const cmd = [ "curl", - "-I", + "-i", "--request", "GET", "--url", @@ -1686,7 +1686,7 @@ Deno.test({ const url = `http://${hostname}:${port}/`; const cmd = [ "curl", - "-I", + "-i", "--request", "GET", "--url", @@ -1745,7 +1745,7 @@ Deno.test({ const url = `http://${hostname}:${port}/`; const cmd = [ "curl", - "-I", + "-i", "--request", "GET", "--url", @@ -1869,7 +1869,7 @@ Deno.test({ const url = `http://${hostname}:${port}/`; const cmd = [ "curl", - "-I", + "-i", "--request", "GET", "--url",