mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-20 09:31:48 -05:00
Store the normalised number on the notification
This commit is contained in:
@@ -383,6 +383,7 @@ def test_persist_sms_notification_stores_normalised_number(
|
||||
|
||||
assert persisted_notification.to == recipient
|
||||
assert persisted_notification.normalised_to == expected_recipient_normalised
|
||||
<<<<<<< HEAD
|
||||
|
||||
|
||||
@pytest.mark.parametrize('recipient, expected_recipient_normalised', [
|
||||
@@ -412,3 +413,5 @@ def test_persist_email_notification_stores_normalised_email(
|
||||
|
||||
assert persisted_notification.to == recipient
|
||||
assert persisted_notification.normalised_to == expected_recipient_normalised
|
||||
=======
|
||||
>>>>>>> Store the normalised number on the notification
|
||||
|
||||
Reference in New Issue
Block a user