Emergency service instead of emergency services

This commit is contained in:
Pea Tyczynska
2019-07-15 16:28:54 +01:00
parent 8a3ac8400f
commit e4cb56b5d3
5 changed files with 13 additions and 7 deletions

View File

@@ -701,7 +701,7 @@ def test_update_service_flags(client, sample_service):
("local", False),
("nhs_central", False),
("nhs_local", False),
("emergency_services", False),
("emergency_service", False),
("school_or_college", False),
("other", None)])
def test_update_service_sets_crown_based_on_org_type(client, sample_service, org_type, expected):