Don’t create new organisations with no crown status

We need the crown status set so that we can let them accept the
agreement online.
This commit is contained in:
Chris Hill-Scott
2019-07-01 17:01:11 +01:00
parent 0916b2ba6b
commit a6b3561cf7
2 changed files with 5 additions and 3 deletions

View File

@@ -93,7 +93,6 @@ def test_page_to_create_new_organisation(
('radio', 'organisation_type', 'nhs'),
('radio', 'crown_status', 'crown'),
('radio', 'crown_status', 'non-crown'),
('radio', 'crown_status', 'unknown'),
('hidden', 'csrf_token', ANY),
]