mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Add British Library to email domain whitelist
I think that British Library can use Notify. Need to double check though. > BL is an executive non-departmental public body, sponsored by the > Department for Digital, Culture, Media & Sport. > https://www.bl.uk/ — https://www.gov.uk/government/organisations/british-library
This commit is contained in:
@@ -93,6 +93,7 @@ def _gen_mock_field(x):
|
||||
'test@cjsm.net',
|
||||
'test@cqc.org.uk',
|
||||
'test@digital.cqc.org.uk',
|
||||
'test@bl.uk',
|
||||
])
|
||||
def test_valid_list_of_white_list_email_domains(
|
||||
client,
|
||||
@@ -126,7 +127,8 @@ def test_valid_list_of_white_list_email_domains(
|
||||
'test@ukpolice.uk',
|
||||
'test@police.uk.uk',
|
||||
'test@police.test.uk',
|
||||
'test@ucds.com'
|
||||
'test@ucds.com',
|
||||
'test@123bl.uk',
|
||||
])
|
||||
def test_invalid_list_of_white_list_email_domains(
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user