mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-28 03:11:40 -05:00
update to support status dropdown
This commit is contained in:
@@ -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",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user