mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-28 22:30:44 -05:00
Merge pull request #1166 from alphagov/scotent
Add Scottish Enterprise to list of gov domains
This commit is contained in:
@@ -76,6 +76,7 @@ class Config(object):
|
||||
r"ucds\.email",
|
||||
r"naturalengland\.org\.uk",
|
||||
r"hmcts\.net",
|
||||
r"scotent\.co\.uk",
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user