mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
fix test
This commit is contained in:
@@ -516,9 +516,9 @@ def test_get_recent_notifications_for_job_in_reverse_order_of_job_number(
|
|||||||
for n in resp["notifications"]:
|
for n in resp["notifications"]:
|
||||||
print(n)
|
print(n)
|
||||||
assert resp["notifications"][0]["status"] == "failed"
|
assert resp["notifications"][0]["status"] == "failed"
|
||||||
assert resp["notifications"][0]["job_row_number"] == "3"
|
assert resp["notifications"][0]["job_row_number"] == "7"
|
||||||
assert resp["notifications"][1]["status"] == "delivered"
|
assert resp["notifications"][1]["status"] == "delivered"
|
||||||
assert resp["notifications"][1]["job_row_number"] == "2"
|
assert resp["notifications"][1]["job_row_number"] == "5"
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
|
|||||||
Reference in New Issue
Block a user