Add NHS GP organisation type to test cases

This was missing.
This commit is contained in:
Chris Hill-Scott
2021-03-05 15:06:40 +00:00
parent bac54462db
commit 2138ce02d9

View File

@@ -246,6 +246,7 @@ def test_get_should_only_show_nhs_org_types_radios_if_user_has_nhs_email(
(2020, 'local', 25 * 1000),
(2020, 'nhs_central', 250 * 1000),
(2020, 'nhs_local', 25 * 1000),
(2020, 'nhs_gp', 25 * 1000),
(2020, 'school_or_college', 25 * 1000),
(2020, 'emergency_service', 25 * 1000),
(2020, 'other', 25 * 1000),