mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 13:39:57 -04:00
update tests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user