Merge pull request #1827 from alphagov/highways

Adding Highways England to the list of domains that can register
This commit is contained in:
Chris Hill-Scott
2018-01-30 11:33:57 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ class Config(object):
r"marinemanagement\.org\.uk",
r"britishmuseum\.org",
r"derrystrabane\.com",
r"highwaysengland\.co\.uk",
]
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'

View File

@@ -102,6 +102,7 @@ def _gen_mock_field(x):
'test@marinemanagement.org.uk',
'test@britishmuseum.org',
'test@derrystrabane.com',
'test@highwaysengland.co.uk',
])
def test_valid_list_of_white_list_email_domains(
client,