fix tests

This commit is contained in:
Kenneth Kehl
2023-11-03 08:28:21 -07:00
parent 7d2dc776b9
commit 9c841320ca
6 changed files with 29 additions and 15 deletions

View File

@@ -111,7 +111,7 @@ def test_should_be_able_to_sanitize_successful_notification(
with freeze_time("2000-01-02 12:00:00"):
sanitize_successful_notification_by_id(
notification.id, provider_response="Don't know what happened"
notification.id, carrier="ATT", provider_response="Don't know what happened"
)
assert Notification.query.get(notification.id).status == "delivered"
assert Notification.query.get(notification.id).normalised_to == "1"