mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Allow Science & Technology Facilities Council
> STFC is an executive non-departmental public body, sponsored by the > Department for Business, Energy & Industrial Strategy. > http://www.stfc.ac.uk/ – https://www.gov.uk/government/organisations/science-and-technology-facilities-council
This commit is contained in:
@@ -86,6 +86,7 @@ class Config(object):
|
|||||||
r"cjsm\.net",
|
r"cjsm\.net",
|
||||||
r"cqc\.org\.uk",
|
r"cqc\.org\.uk",
|
||||||
r"bl\.uk",
|
r"bl\.uk",
|
||||||
|
r"stfc\.ac\.uk",
|
||||||
]
|
]
|
||||||
|
|
||||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
||||||
|
|||||||
@@ -94,6 +94,7 @@ def _gen_mock_field(x):
|
|||||||
'test@cqc.org.uk',
|
'test@cqc.org.uk',
|
||||||
'test@digital.cqc.org.uk',
|
'test@digital.cqc.org.uk',
|
||||||
'test@bl.uk',
|
'test@bl.uk',
|
||||||
|
'test@stfc.ac.uk',
|
||||||
])
|
])
|
||||||
def test_valid_list_of_white_list_email_domains(
|
def test_valid_list_of_white_list_email_domains(
|
||||||
client,
|
client,
|
||||||
|
|||||||
Reference in New Issue
Block a user