diff --git a/app/config.py b/app/config.py index eb2cdd5e2..d1a2e222c 100644 --- a/app/config.py +++ b/app/config.py @@ -95,6 +95,7 @@ class Config(object): r"bbsrc\.ac\.uk", r"acas\.org\.uk", r"gov\.wales", + r"biglotteryfund\.org\.uk", ] LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local' diff --git a/tests/app/main/test_validators.py b/tests/app/main/test_validators.py index 663d7b438..7c494312b 100644 --- a/tests/app/main/test_validators.py +++ b/tests/app/main/test_validators.py @@ -98,6 +98,7 @@ def _gen_mock_field(x): 'test@wmfs.net', 'test@bbsrc.ac.uk', 'test@acas.org.uk', + 'test@biglotteryfund.org.uk', ]) def test_valid_list_of_white_list_email_domains( client,