mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Use nhs_gp not gp as org type
Means we have the option of looking for anything starting with `nhs` as a way of filtering organisations.
This commit is contained in:
@@ -206,7 +206,7 @@ def test_post_create_organisation_existing_name_raises_400(admin_request, sample
|
||||
'organisation_type': 'foo',
|
||||
}, (
|
||||
'organisation_type foo is not one of '
|
||||
'[central, local, nhs_central, nhs_local, gp, emergency_service, school_or_college, other]'
|
||||
'[central, local, nhs_central, nhs_local, nhs_gp, emergency_service, school_or_college, other]'
|
||||
)),
|
||||
))
|
||||
def test_post_create_organisation_with_missing_data_gives_validation_error(
|
||||
|
||||
Reference in New Issue
Block a user