diff --git a/tests/app/job/test_rest.py b/tests/app/job/test_rest.py index 68f76fc03..75eb8660d 100644 --- a/tests/app/job/test_rest.py +++ b/tests/app/job/test_rest.py @@ -522,7 +522,7 @@ def test_get_recent_notifications_for_job_in_reverse_order_of_job_number( "job.get_recent_notifications_for_service_job", service_id=main_job.service_id, job_id=main_job.id, - status=NotificationStatus.DELIVERED + status=NotificationStatus.DELIVERED, ) assert len(resp["notifications"]) == 1 @@ -532,7 +532,6 @@ def test_get_recent_notifications_for_job_in_reverse_order_of_job_number( assert resp["notifications"][0]["job_row_number"] == 0 - @pytest.mark.parametrize( "expected_notification_count, status_args", [