mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-03 07:58:59 -04:00
Merge pull request #1827 from alphagov/highways
Adding Highways England to the list of domains that can register
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user