mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Replace UK phone numbers in tests with US numbers
This commit is contained in:
@@ -81,8 +81,8 @@ def test_should_render_correct_resend_template_for_pending_user(
|
||||
f'/services/{SERVICE_ONE_ID}/templates',
|
||||
])
|
||||
@pytest.mark.parametrize('phone_number_to_register_with', [
|
||||
'+447700900460',
|
||||
'+1800-555-555',
|
||||
'+12027009004',
|
||||
'+1800-555-5555',
|
||||
])
|
||||
def test_should_resend_verify_code_and_update_mobile_for_pending_user(
|
||||
client_request,
|
||||
|
||||
Reference in New Issue
Block a user