fix some tests

This commit is contained in:
Kenneth Kehl
2023-11-03 10:27:45 -07:00
parent 9c841320ca
commit 937dd77f4f
3 changed files with 11 additions and 2 deletions

View File

@@ -830,6 +830,8 @@ def test_get_all_notifications_for_job_returns_csv_format(
"template_type",
"template_name",
"job_name",
"carrier",
"provider_response",
"status",
"row_number",
"recipient",

View File

@@ -123,7 +123,7 @@ def test_get_notification_by_id_with_placeholders_returns_200(
"completed_at": sample_notification.completed_at(),
"scheduled_for": None,
"provider_response": None,
"carrier": None
"carrier": None,
}
assert json_response == expected_response