mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-26 08:09:51 -04:00
Merge pull request #1476 from alphagov/wmfs.net
Adding wmmfs.net to allowed domains
This commit is contained in:
@@ -86,6 +86,7 @@ class Config(object):
|
||||
r"cqc\.org\.uk",
|
||||
r"bl\.uk",
|
||||
r"stfc\.ac\.uk",
|
||||
r"wmfs\.net",
|
||||
]
|
||||
|
||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
||||
|
||||
@@ -95,6 +95,7 @@ def _gen_mock_field(x):
|
||||
'test@digital.cqc.org.uk',
|
||||
'test@bl.uk',
|
||||
'test@stfc.ac.uk',
|
||||
'test@wmfs.net',
|
||||
])
|
||||
def test_valid_list_of_white_list_email_domains(
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user