Merge pull request #1502 from alphagov/bbsrc

Add Biotechnology and Biological Sciences Research Council to email domain list
This commit is contained in:
Chris Hill-Scott
2017-09-21 10:21:51 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ class Config(object):
r"bl\.uk",
r"stfc\.ac\.uk",
r"wmfs\.net",
r"bbsrc\.ac\.uk",
]
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'

View File

@@ -96,6 +96,7 @@ def _gen_mock_field(x):
'test@bl.uk',
'test@stfc.ac.uk',
'test@wmfs.net',
'test@bbsrc.ac.uk',
])
def test_valid_list_of_white_list_email_domains(
client,