diff --git a/tests/app/job/test_rest.py b/tests/app/job/test_rest.py index 3c52ece48..a73747f3b 100644 --- a/tests/app/job/test_rest.py +++ b/tests/app/job/test_rest.py @@ -563,8 +563,12 @@ def test_get_all_notifications_for_job_filtered_by_status( mock_s3_personalisation = mocker.patch("app.job.rest.extract_personalisation") mock_s3_personalisation.return_value = expected_personalisation - - create_notification(job=sample_job, job_row_number=0, to_field="1", status=NotificationStatus.CREATED) + create_notification( + job=sample_job, + job_row_number=0, + to_field="1", + status=NotificationStatus.CREATED, + ) resp = admin_request.get( "job.get_all_notifications_for_service_job",