Skip to content

Commit

Permalink
fix typo (boto#3200)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhackar authored and hswong3i committed Jun 8, 2024
1 parent 0f34013 commit 2e1c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def test_s3_with_endpoint_url_still_resolves_region(self):
{
'region_name': 'us-west-2',
'signature_version': 's3v4',
'enpoint_url': 'https://s3-us-west-2.amazonaws.com',
'endpoint_url': 'https://s3-us-west-2.amazonaws.com',
'signing_name': 's3',
'signing_region': 'us-west-2',
'metadata': {},
Expand Down

0 comments on commit 2e1c68e

Please sign in to comment.