Replace UK phone numbers in tests with US numbers

This commit is contained in:
Ryan Ahearn
2022-12-22 22:11:07 -05:00
parent cc142666d5
commit 2ad21a6f4f
35 changed files with 483 additions and 478 deletions

View File

@@ -465,7 +465,7 @@ def test_new_user_accept_invite_completes_new_registration_redirects_to_verify(
'email_address': sample_invite['email_address'],
'from_user': sample_invite['from_user'],
'password': 'longpassword',
'mobile_number': '+447890123456',
'mobile_number': '+12027890123',
'name': 'Invited User',
'auth_type': 'email_auth'
}
@@ -584,7 +584,7 @@ def test_new_invited_user_verifies_and_added_to_service(
'email_address': sample_invite['email_address'],
'from_user': sample_invite['from_user'],
'password': 'longpassword',
'mobile_number': '+447890123456',
'mobile_number': '+12027890123',
'name': 'Invited User',
'auth_type': 'sms_auth'
}