From ffac16a2a0896f8c283b8227ab243459d0db7fc8 Mon Sep 17 00:00:00 2001 From: Pea Tyczynska Date: Mon, 25 Jan 2021 17:42:18 +0000 Subject: [PATCH] Add new billing details to test_get_service_by_id --- tests/app/service/test_rest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/app/service/test_rest.py b/tests/app/service/test_rest.py index 1f50b6cae..9b36d928e 100644 --- a/tests/app/service/test_rest.py +++ b/tests/app/service/test_rest.py @@ -248,6 +248,9 @@ 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_reference', 'consent_to_research', 'contact_link', 'count_as_live', @@ -266,6 +269,7 @@ def test_get_service_by_id(admin_request, sample_service): 'organisation_type', 'permissions', 'prefix_sms', + 'purchase_order_number', 'rate_limit', 'research_mode', 'restricted',