Skip to content

Commit

Permalink
Fix incorret operation model
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Jul 27, 2023
1 parent 4011831 commit d16faf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,6 @@ def test_only_compress_once():
maybe_compress_request(
COMPRESSION_CONFIG_128_BYTES,
request_dict,
OP_WITH_COMPRESSION,
OP_MULTIPLE_COMPRESSIONS,
)
assert_request_compressed(request_dict, REQUEST_BODY_COMPRESSED)

0 comments on commit d16faf6

Please sign in to comment.