mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Merge pull request #1655 from alphagov/biglotteryfund
Adding biglotteryfund.org.uk to the allowed domains list
This commit is contained in:
@@ -95,6 +95,7 @@ class Config(object):
|
|||||||
r"bbsrc\.ac\.uk",
|
r"bbsrc\.ac\.uk",
|
||||||
r"acas\.org\.uk",
|
r"acas\.org\.uk",
|
||||||
r"gov\.wales",
|
r"gov\.wales",
|
||||||
|
r"biglotteryfund\.org\.uk",
|
||||||
]
|
]
|
||||||
|
|
||||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
||||||
|
|||||||
@@ -98,6 +98,7 @@ def _gen_mock_field(x):
|
|||||||
'test@wmfs.net',
|
'test@wmfs.net',
|
||||||
'test@bbsrc.ac.uk',
|
'test@bbsrc.ac.uk',
|
||||||
'test@acas.org.uk',
|
'test@acas.org.uk',
|
||||||
|
'test@biglotteryfund.org.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