mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-02 00:20:02 -04:00
Adding acas.org.uk to whitelist
This commit is contained in:
committed by
Chris Hill-Scott
parent
cc0e308076
commit
74992da1c8
@@ -88,6 +88,7 @@ class Config(object):
|
||||
r"stfc\.ac\.uk",
|
||||
r"wmfs\.net",
|
||||
r"bbsrc\.ac\.uk",
|
||||
r"acas\.org\.uk",
|
||||
]
|
||||
|
||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
||||
|
||||
@@ -97,6 +97,7 @@ def _gen_mock_field(x):
|
||||
'test@stfc.ac.uk',
|
||||
'test@wmfs.net',
|
||||
'test@bbsrc.ac.uk',
|
||||
'test@acas.org.uk',
|
||||
])
|
||||
def test_valid_list_of_white_list_email_domains(
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user