mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Replace UK phone numbers in tests with US numbers
This commit is contained in:
@@ -56,7 +56,7 @@ def test_notification_status_page_shows_details(
|
||||
)
|
||||
|
||||
assert normalize_spaces(page.select('.sms-message-recipient')[0].text) == (
|
||||
'To: 07123456789'
|
||||
'To: 2021234567'
|
||||
)
|
||||
assert normalize_spaces(page.select('.sms-message-wrapper')[0].text) == (
|
||||
'service one: hello Jo'
|
||||
|
||||
Reference in New Issue
Block a user