mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 10:48:26 -04:00
Add Biotechnology and Biological Sciences Research Council to email domain list
> BBSRC is an executive non-departmental public body, sponsored by the > Department for Business, Energy & Industrial Strategy. – https://www.gov.uk/government/organisations/biotechnology-biological-sciences-research-council
This commit is contained in:
@@ -87,6 +87,7 @@ class Config(object):
|
|||||||
r"bl\.uk",
|
r"bl\.uk",
|
||||||
r"stfc\.ac\.uk",
|
r"stfc\.ac\.uk",
|
||||||
r"wmfs\.net",
|
r"wmfs\.net",
|
||||||
|
r"bbsrc\.ac\.uk",
|
||||||
]
|
]
|
||||||
|
|
||||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
||||||
|
|||||||
@@ -96,6 +96,7 @@ def _gen_mock_field(x):
|
|||||||
'test@bl.uk',
|
'test@bl.uk',
|
||||||
'test@stfc.ac.uk',
|
'test@stfc.ac.uk',
|
||||||
'test@wmfs.net',
|
'test@wmfs.net',
|
||||||
|
'test@bbsrc.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