mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
update tests
This commit is contained in:
@@ -57,7 +57,6 @@ def test_client_creates_service_with_correct_data(
|
|||||||
client.create_service(
|
client.create_service(
|
||||||
service_name='My first service',
|
service_name='My first service',
|
||||||
organisation_type='central_government',
|
organisation_type='central_government',
|
||||||
free_sms_fragment_limit=2,
|
|
||||||
message_limit=1,
|
message_limit=1,
|
||||||
restricted=True,
|
restricted=True,
|
||||||
user_id=fake_uuid,
|
user_id=fake_uuid,
|
||||||
@@ -73,7 +72,6 @@ def test_client_creates_service_with_correct_data(
|
|||||||
name='My first service',
|
name='My first service',
|
||||||
# The rest pass through with the same names
|
# The rest pass through with the same names
|
||||||
organisation_type='central_government',
|
organisation_type='central_government',
|
||||||
free_sms_fragment_limit=2,
|
|
||||||
message_limit=1,
|
message_limit=1,
|
||||||
restricted=True,
|
restricted=True,
|
||||||
user_id=fake_uuid,
|
user_id=fake_uuid,
|
||||||
|
|||||||
Reference in New Issue
Block a user