Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlm committed Jul 16, 2023
1 parent 7caa7d2 commit 141b796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ def inject_params(params, **kwargs):

# Ensure the handler passed on the correct param values.
body = self.endpoint.make_request.call_args[0][1]['body']
self.assertIn(b'Foo=zero', body)
self.assertIn('Foo=zero', body)

def test_client_default_for_s3_addressing_style(self):
creator = self.create_client_creator()
Expand Down

0 comments on commit 141b796

Please sign in to comment.