mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Give GP practices NHS branding by default
Previously we were doing it based on their email address. This will also apply it if they self-select as a GP surgery, even if they don’t have an NHS email address.
This commit is contained in:
@@ -143,6 +143,8 @@ def test_create_service_with_organisation(notify_db_session):
|
||||
|
||||
@pytest.mark.parametrize('email_address, organisation_type', (
|
||||
("test@example.gov.uk", 'nhs_central'),
|
||||
("test@example.gov.uk", 'nhs_local'),
|
||||
("test@example.gov.uk", 'nhs_gp'),
|
||||
("test@nhs.net", 'nhs_local'),
|
||||
("test@nhs.net", 'local'),
|
||||
("test@nhs.net", 'central'),
|
||||
|
||||
Reference in New Issue
Block a user