Skip to content

Commit

Permalink
fix assertion arg order and bump timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Macartney <[email protected]>
  • Loading branch information
Geoff Macartney committed Oct 28, 2024
1 parent 4610b80 commit 45ea946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/httpproxy/envoy_compression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func testEnvoyDisableCompression(namespace, acceptEncoding, contentEncoding stri
assert.NotEqual(c, contentEncodingHeaderValue, contentEncoding, "expected plain text")
return
}
assert.Equal(c, contentEncodingHeaderValue, contentEncoding, "expected plain text")
}, 15*time.Second, f.RetryInterval)
assert.Equal(c, contentEncoding, contentEncodingHeaderValue, "expected plain text")
}, 20*time.Second, f.RetryInterval)
})
}

0 comments on commit 45ea946

Please sign in to comment.