mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
fix test
This commit is contained in:
@@ -503,6 +503,11 @@ def test_get_recent_notifications_for_job_in_reverse_order_of_job_number(
|
||||
notification_1 = create_notification(job=main_job, to_field="1", job_row_number=1)
|
||||
notification_2 = create_notification(job=main_job, to_field="2", job_row_number=2)
|
||||
notification_3 = create_notification(job=main_job, to_field="3", job_row_number=3)
|
||||
|
||||
count = 1
|
||||
for status in NotificationStatus:
|
||||
create_notification(job=main_job, to_field=str(count), status=status)
|
||||
count = count + 1
|
||||
create_notification(job=another_job)
|
||||
|
||||
resp = admin_request.get(
|
||||
|
||||
Reference in New Issue
Block a user