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:
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user