From f6258ffdecc7f232425114dc181ad2ffdc8c5493 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Fri, 29 Jan 2021 19:17:22 -0600 Subject: [PATCH] Fixing compress expectation for new microserver (#7463) The new 1.0.6 microserver generates a body such that the content length for it is 71 instead of 30 for one of the tests. Updating the gold file to match this expectation. (cherry picked from commit 0e9d179c69e486239d7134947ac2e0879469413f) --- tests/gold_tests/pluginTest/compress/compress.gold | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gold_tests/pluginTest/compress/compress.gold b/tests/gold_tests/pluginTest/compress/compress.gold index 506797893d1..fc4444bcb53 100644 --- a/tests/gold_tests/pluginTest/compress/compress.gold +++ b/tests/gold_tests/pluginTest/compress/compress.gold @@ -184,5 +184,5 @@ < Content-Type: text/javascript < Content-Encoding: gzip < Vary: Accept-Encoding -< Content-Length: 30 +< Content-Length: 71 ===