Skip to content

Commit

Permalink
Fixing compress expectation for new microserver (#7463)
Browse files Browse the repository at this point in the history
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 0e9d179)
  • Loading branch information
bneradt authored and zwoop committed Feb 12, 2021
1 parent df22eea commit f6258ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gold_tests/pluginTest/compress/compress.gold
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@
< Content-Type: text/javascript
< Content-Encoding: gzip
< Vary: Accept-Encoding
< Content-Length: 30
< Content-Length: 71
===

0 comments on commit f6258ff

Please sign in to comment.