Merge pull request #2565 from alphagov/migrate_org_types

Migrate org types
This commit is contained in:
Pea (Malgorzata Tyczynska)
2019-07-26 10:51:42 +01:00
committed by GitHub
8 changed files with 111 additions and 10 deletions

View File

@@ -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'),