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

@@ -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