Adding acas.org.uk to whitelist

This commit is contained in:
Pete Herlihy
2017-09-29 09:24:07 +01:00
committed by Chris Hill-Scott
parent cc0e308076
commit 74992da1c8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@ class Config(object):
r"stfc\.ac\.uk", r"stfc\.ac\.uk",
r"wmfs\.net", r"wmfs\.net",
r"bbsrc\.ac\.uk", r"bbsrc\.ac\.uk",
r"acas\.org\.uk",
] ]
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local' LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
+1
View File
@@ -97,6 +97,7 @@ def _gen_mock_field(x):
'test@stfc.ac.uk', 'test@stfc.ac.uk',
'test@wmfs.net', 'test@wmfs.net',
'test@bbsrc.ac.uk', 'test@bbsrc.ac.uk',
'test@acas.org.uk',
]) ])
def test_valid_list_of_white_list_email_domains( def test_valid_list_of_white_list_email_domains(
client, client,