diff --git a/tests/app/main/views/test_add_service.py b/tests/app/main/views/test_add_service.py index bed1c687b..55db79a14 100644 --- a/tests/app/main/views/test_add_service.py +++ b/tests/app/main/views/test_add_service.py @@ -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),