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

@@ -71,8 +71,8 @@ def test_create_mobile_number_change_event_calls_events_api(client_request, mock
kwargs = {
"user_id": str(uuid.uuid4()),
"updated_by_id": str(uuid.uuid4()),
"original_mobile_number": '07700900000',
"new_mobile_number": '07700900999'
"original_mobile_number": '2028675304',
"new_mobile_number": '2028675309'
}
create_mobile_number_change_event(**kwargs)