try again

This commit is contained in:
Kenneth Kehl
2024-10-23 09:09:42 -07:00
parent d99508d244
commit b94f2c9765

View File

@@ -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")