Skip to content

Commit

Permalink
Fixing compress expectation for new microserver (apache#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.
  • Loading branch information
bneradt committed Jan 30, 2021
1 parent bcbf099 commit 0e9d179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gold_tests/pluginTest/compress/compress.gold
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 0e9d179

Please sign in to comment.