Skip to content

Commit

Permalink
implicit defaults test case
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlm committed Jun 6, 2023
1 parent 82b2a1f commit fc015df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/unit/test_awsrequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,13 @@ def test_iteration(self):
True,
'gzip',
),
(
Config(),
aws_request(),
OP_WITH_COMPRESSION,
False,
None,
),
],
)
def test_compress_aws_request(
Expand Down

0 comments on commit fc015df

Please sign in to comment.