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

@@ -119,7 +119,7 @@ def test_user_information_page_shows_information_about_user(
normalize_spaces(p.text) for p in page.select('main p')
] == [
'test@gsa.gov',
'+447700900986',
'+12028675109',
'Text message code',
'Last logged in just now',
]