Merge pull request #1422 from alphagov/science-technology-facilities-council

Allow Science & Technology Facilities Council
This commit is contained in:
Chris Hill-Scott
2017-08-14 10:18:28 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -94,6 +94,7 @@ def _gen_mock_field(x):
'test@cqc.org.uk',
'test@digital.cqc.org.uk',
'test@bl.uk',
'test@stfc.ac.uk',
])
def test_valid_list_of_white_list_email_domains(
client,