mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
try again
This commit is contained in:
@@ -128,7 +128,7 @@ def test_download_from_s3_no_credentials_error(mocker):
|
||||
download_from_s3(
|
||||
"test_bucket", "test_key", "test_file", "access_key", "secret_key", "region"
|
||||
)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
pass
|
||||
mock_logger.exception.assert_called_once_with("Credentials not found")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user