This commit is contained in:
Kenneth Kehl
2025-01-30 15:44:22 -08:00
parent 0d032cfeec
commit 343383e6e0

View File

@@ -513,8 +513,10 @@ def test_get_recent_notifications_for_job_in_reverse_order_of_job_number(
)
assert len(resp["notifications"]) == 2
assert resp["notifications"][0]["status"] == "failed"
assert resp["notifications"][1]["status"] == "delivered"
assert resp["notifications"][0]["status"] == "delivered"
assert resp["notifications"][0]["to"] == "2"
assert resp["notifications"][1]["status"] == "failed"
assert resp["notifications"][1]["to"] == "1"
@pytest.mark.parametrize(