From 9a9a2927b8bec81ec663057924d93e04f3df9c14 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 7 Aug 2025 12:10:54 -0700 Subject: [PATCH] fix test --- tests/app/aws/test_s3.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/app/aws/test_s3.py b/tests/app/aws/test_s3.py index c37789fa4..6a245991c 100644 --- a/tests/app/aws/test_s3.py +++ b/tests/app/aws/test_s3.py @@ -601,10 +601,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( - "Trouble reading file2.csv which is # 1 during cache regeneration" - ) - def test_get_service_id_from_key_various_formats(): assert s3.get_service_id_from_key("service-123-notify/abc.csv") == "123"