From 292350633f6096a2a6574fed1282f336f26a5176 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Mon, 4 Dec 2017 17:08:53 +0000 Subject: [PATCH] update tests --- tests/app/notify_client/test_service_api_client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/app/notify_client/test_service_api_client.py b/tests/app/notify_client/test_service_api_client.py index a77090a5f..710d2260d 100644 --- a/tests/app/notify_client/test_service_api_client.py +++ b/tests/app/notify_client/test_service_api_client.py @@ -57,7 +57,6 @@ def test_client_creates_service_with_correct_data( client.create_service( service_name='My first service', organisation_type='central_government', - free_sms_fragment_limit=2, message_limit=1, restricted=True, user_id=fake_uuid, @@ -73,7 +72,6 @@ def test_client_creates_service_with_correct_data( name='My first service', # The rest pass through with the same names organisation_type='central_government', - free_sms_fragment_limit=2, message_limit=1, restricted=True, user_id=fake_uuid,