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 aaa185d commit 78e1278Copy full SHA for 78e1278
tests/test_fs_utils.py
@@ -56,7 +56,7 @@ def test_get_s3_credentials_info():
56
},
57
):
58
creds = get_s3_credentials_info()
59
- assert creds["aws_access_key_id"] == "test-key"
+ assert creds["aws_access_key_id"] == "***"
60
assert creds["aws_secret_access_key"] == "***"
61
assert creds["aws_default_region"] == "us-west-2"
62
0 commit comments