mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -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",
|
"job.get_recent_notifications_for_service_job",
|
||||||
service_id=main_job.service_id,
|
service_id=main_job.service_id,
|
||||||
job_id=main_job.id,
|
job_id=main_job.id,
|
||||||
status=NotificationStatus.DELIVERED
|
status=NotificationStatus.DELIVERED,
|
||||||
)
|
)
|
||||||
|
|
||||||
assert len(resp["notifications"]) == 1
|
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
|
assert resp["notifications"][0]["job_row_number"] == 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"expected_notification_count, status_args",
|
"expected_notification_count, status_args",
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user