update tests

This commit is contained in:
Leo Hemsted
2017-12-04 17:08:53 +00:00
parent 2a28278cb8
commit 292350633f

View File

@@ -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,