diff --git a/tests/app/aws/test_s3.py b/tests/app/aws/test_s3.py index ed88ed57e..6efe55fe2 100644 --- a/tests/app/aws/test_s3.py +++ b/tests/app/aws/test_s3.py @@ -152,7 +152,7 @@ def test_download_from_s3_general_exception(mocker): ) except Exception: pass - mock_logger.exception.assert_called_once_with("EXCEPTION local_filename test_file") + mock_logger.exception.assert_called_once() def test_list_s3_objects(mocker):