mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 20:28:25 -04:00
Remove references to old utils code
These methods don’t exist any more.
Not doing this reformatting in the tests probably makes the tests more
robust too 😬
This commit is contained in:
@@ -506,7 +506,7 @@ def test_should_send_sms_to_international_providers(
|
|||||||
)
|
)
|
||||||
|
|
||||||
firetext_client.send_sms.assert_called_once_with(
|
firetext_client.send_sms.assert_called_once_with(
|
||||||
to=format_phone_number(validate_phone_number("+447234123999")),
|
to="447234123999",
|
||||||
content=ANY,
|
content=ANY,
|
||||||
reference=str(db_notification_uk.id),
|
reference=str(db_notification_uk.id),
|
||||||
sender=None
|
sender=None
|
||||||
@@ -517,7 +517,7 @@ def test_should_send_sms_to_international_providers(
|
|||||||
)
|
)
|
||||||
|
|
||||||
mmg_client.send_sms.assert_called_once_with(
|
mmg_client.send_sms.assert_called_once_with(
|
||||||
to=format_phone_number(validate_phone_number("+447234123111")),
|
to="447234123111",
|
||||||
content=ANY,
|
content=ANY,
|
||||||
reference=str(db_notification_international.id),
|
reference=str(db_notification_international.id),
|
||||||
sender=None
|
sender=None
|
||||||
|
|||||||
Reference in New Issue
Block a user