mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 23:08:07 -04:00
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:
@@ -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),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user