Merge pull request #1166 from alphagov/scotent

Add Scottish Enterprise to list of gov domains
This commit is contained in:
Chris Hill-Scott
2017-03-02 14:55:51 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ class Config(object):
r"ucds\.email",
r"naturalengland\.org\.uk",
r"hmcts\.net",
r"scotent\.co\.uk",
]

View File

@@ -88,6 +88,7 @@ def _gen_mock_field(x):
'test@ucds.email',
'test@naturalengland.org.uk',
'test@hmcts.net',
'test@scotent.co.uk',
])
def test_valid_list_of_white_list_email_domains(
client,