This commit is contained in:
Kenneth Kehl
2025-05-19 15:23:18 -07:00
parent fe2f14c6e6
commit 835de96793

View File

@@ -611,4 +611,6 @@ def test_get_s3_files_handles_exception(mocker):
]
mock_read_s3_file.assert_has_calls(calls, any_order=True)
mock_current_app.logger.exception.assert_called_with("Connection pool issue")
mock_current_app.logger.exception.assert_called_with(
"Trouble reading file2.csv which is # 1 during cache regeneration"
)