mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04: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"ucds\.email",
|
||||||
r"naturalengland\.org\.uk",
|
r"naturalengland\.org\.uk",
|
||||||
r"hmcts\.net",
|
r"hmcts\.net",
|
||||||
|
r"scotent\.co\.uk",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -88,6 +88,7 @@ def _gen_mock_field(x):
|
|||||||
'test@ucds.email',
|
'test@ucds.email',
|
||||||
'test@naturalengland.org.uk',
|
'test@naturalengland.org.uk',
|
||||||
'test@hmcts.net',
|
'test@hmcts.net',
|
||||||
|
'test@scotent.co.uk',
|
||||||
])
|
])
|
||||||
def test_valid_list_of_white_list_email_domains(
|
def test_valid_list_of_white_list_email_domains(
|
||||||
client,
|
client,
|
||||||
|
|||||||
Reference in New Issue
Block a user