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

@@ -747,7 +747,7 @@ def test_get_live_services_report(
return_value={'data': [
{'service_id': 1, 'service_name': 'jessie the oak tree', 'organisation_name': 'Forest',
'consent_to_research': True, 'contact_name': 'Forest fairy', 'organisation_type': 'Ecosystem',
'contact_email': 'forest.fairy@digital.cabinet-office.gov.uk', 'contact_mobile': '+447700900986',
'contact_email': 'forest.fairy@digital.cabinet-office.gov.uk', 'contact_mobile': '+12028675109',
'live_date': 'Sat, 29 Mar 2014 00:00:00 GMT', 'sms_volume_intent': 100, 'email_volume_intent': 50,
'sms_totals': 300, 'email_totals': 1200,
'free_sms_fragment_limit': 100},
@@ -770,7 +770,7 @@ def test_get_live_services_report(
'Emails sent this year,Free sms allowance\r\n' +
'1,Forest,Ecosystem,jessie the oak tree,True,Forest fairy,forest.fairy@digital.cabinet-office.gov.uk,' +
'+447700900986,29-03-2014,100,50,300,1200,100\r\n' +
'+12028675109,29-03-2014,100,50,300,1200,100\r\n' +
'2,Forest,Ecosystem,james the pine tree,,,,,,,60,0,0,200'
)