mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 18:38:14 -04:00
Co-authored-by: Kenneth Kehl <@kkehl@flexion.us>
This commit is contained in:
co-authored by
Kenneth Kehl
parent
25a89458c8
commit
27d86c949a
@@ -102,7 +102,6 @@ def test_create_service(notify_db_session):
|
||||
assert service.active is True
|
||||
assert user in service_db.users
|
||||
assert service_db.organisation_type == 'federal'
|
||||
assert service_db.crown is None
|
||||
assert not service.organisation_id
|
||||
|
||||
|
||||
@@ -129,7 +128,6 @@ def test_create_service_with_organisation(notify_db_session):
|
||||
assert service.active is True
|
||||
assert user in service_db.users
|
||||
assert service_db.organisation_type == 'state'
|
||||
assert service_db.crown is None
|
||||
assert service.organisation_id == organisation.id
|
||||
assert service.organisation == organisation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user