From c266cdaefea063c46d906a29e5a5805fb7baada0 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 31 Jan 2025 12:01:43 -0800 Subject: [PATCH] update to support status dropdown --- tests/app/job/test_rest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", [