#224 remove crown (#228)

Co-authored-by: Kenneth Kehl <@kkehl@flexion.us>
This commit is contained in:
Kenneth Kehl
2023-04-11 16:29:37 -04:00
committed by GitHub
co-authored by Kenneth Kehl
parent 25a89458c8
commit 27d86c949a
16 changed files with 46 additions and 88 deletions
-2
View File
@@ -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