Adding acas.org.uk to whitelist

This commit is contained in:
Pete Herlihy
2017-09-28 16:35:17 +01:00
committed by Chris Hill-Scott
parent cc0e308076
commit 74992da1c8
2 changed files with 2 additions and 0 deletions

View File

@@ -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'

View File

@@ -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,