diff --git a/app/config.py b/app/config.py index c4443ee1f..547821b47 100644 --- a/app/config.py +++ b/app/config.py @@ -98,6 +98,7 @@ class Config(object): r"biglotteryfund\.org\.uk", r"marinemanagement\.org\.uk", r"britishmuseum\.org", + r"derrystrabane\.com", ] LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local' diff --git a/tests/app/main/test_validators.py b/tests/app/main/test_validators.py index f7a6f959d..43f094cbc 100644 --- a/tests/app/main/test_validators.py +++ b/tests/app/main/test_validators.py @@ -101,6 +101,7 @@ def _gen_mock_field(x): 'test@biglotteryfund.org.uk', 'test@marinemanagement.org.uk', 'test@britishmuseum.org', + 'test@derrystrabane.com', ]) def test_valid_list_of_white_list_email_domains( client,