Merge pull request #1763 from alphagov/leohemsted-patch-1

derry strabane council email whitelist
This commit is contained in:
Leo Hemsted
2018-01-10 11:06:37 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -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'

View File

@@ -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,