mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
Merge pull request #2565 from alphagov/migrate_org_types
Migrate org types
This commit is contained in:
@@ -110,8 +110,8 @@ def test_create_service(notify_db_session):
|
||||
|
||||
|
||||
@pytest.mark.parametrize('email_address, organisation_type', (
|
||||
("test@example.gov.uk", 'nhs'),
|
||||
("test@nhs.net", 'nhs'),
|
||||
("test@example.gov.uk", 'nhs_central'),
|
||||
("test@nhs.net", 'nhs_local'),
|
||||
("test@nhs.net", 'local'),
|
||||
("test@nhs.net", 'central'),
|
||||
("test@nhs.uk", 'central'),
|
||||
|
||||
Reference in New Issue
Block a user