mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-07 19:38:24 -04:00
Add new billing details to test_get_service_by_id
This commit is contained in:
@@ -248,6 +248,9 @@ def test_get_service_by_id(admin_request, sample_service):
|
|||||||
assert set(json_resp['data'].keys()) == {
|
assert set(json_resp['data'].keys()) == {
|
||||||
'active',
|
'active',
|
||||||
'allowed_broadcast_provider',
|
'allowed_broadcast_provider',
|
||||||
|
'billing_contact_email_address',
|
||||||
|
'billing_contact_name',
|
||||||
|
'billing_reference',
|
||||||
'consent_to_research',
|
'consent_to_research',
|
||||||
'contact_link',
|
'contact_link',
|
||||||
'count_as_live',
|
'count_as_live',
|
||||||
@@ -266,6 +269,7 @@ def test_get_service_by_id(admin_request, sample_service):
|
|||||||
'organisation_type',
|
'organisation_type',
|
||||||
'permissions',
|
'permissions',
|
||||||
'prefix_sms',
|
'prefix_sms',
|
||||||
|
'purchase_order_number',
|
||||||
'rate_limit',
|
'rate_limit',
|
||||||
'research_mode',
|
'research_mode',
|
||||||
'restricted',
|
'restricted',
|
||||||
|
|||||||
Reference in New Issue
Block a user