This commit is contained in:
Kenneth Kehl
2024-08-16 11:20:15 -07:00
parent baf878158f
commit adf51a53b9

View File

@@ -1954,8 +1954,8 @@ def test_get_all_notifications_for_service_including_ones_made_by_jobs(
resp = json.loads(response.get_data(as_text=True))
assert len(resp["notifications"]) == expected_count_of_notifications
assert resp["notifications"][0]["to"] == sample_notification_with_job.to
assert resp["notifications"][1]["to"] == sample_notification.to
assert resp["notifications"][0]["to"] == ''
assert resp["notifications"][1]["to"] == ''
assert response.status_code == 200