mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
Rename billing contact email and name fields to plural
So: 'billing_contact_email_address' becomes 'billing_contact_email_addresses' AND 'billing_contact_name' becomes 'billing_contact_names' This is to signify that each of those fields can contain numerous items
This commit is contained in:
@@ -248,8 +248,8 @@ def test_get_service_by_id(admin_request, sample_service):
|
||||
assert set(json_resp['data'].keys()) == {
|
||||
'active',
|
||||
'allowed_broadcast_provider',
|
||||
'billing_contact_email_address',
|
||||
'billing_contact_name',
|
||||
'billing_contact_email_addresses',
|
||||
'billing_contact_names',
|
||||
'billing_reference',
|
||||
'consent_to_research',
|
||||
'contact_link',
|
||||
|
||||
Reference in New Issue
Block a user