We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f91d5 commit acfe08fCopy full SHA for acfe08f
tests/data/test_boto_manager.py
@@ -42,7 +42,7 @@ def test_create_s3_client_single(mock_client):
42
s3_clients = boto_manager.create_s3_clients(config, buckets)
43
44
# Assert that the correct call was made to the client function
45
- mock_client.assert_any_call('s3', access_key='key1', secret_key='key1', endpoint_url='https://example.com')
+ mock_client.assert_any_call('s3', access_key='key1', secret_key='secret1', endpoint_url='https://example.com')
46
47
# Assert that the returned dictionary contains the correct client
48
assert len(s3_clients) == 1
0 commit comments