Merge pull request #1714 from alphagov/mmo

Add Marine Management Organisation as email domain
This commit is contained in:
Chris Hill-Scott
2017-12-18 12:43:38 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ class Config(object):
r"acas\.org\.uk",
r"gov\.wales",
r"biglotteryfund\.org\.uk",
r"marinemanagement\.org\.uk",
]
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'

View File

@@ -99,6 +99,7 @@ def _gen_mock_field(x):
'test@bbsrc.ac.uk',
'test@acas.org.uk',
'test@biglotteryfund.org.uk',
'test@marinemanagement.org.uk',
])
def test_valid_list_of_white_list_email_domains(
client,