mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -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"marinemanagement\.org\.uk",
|
||||||
r"britishmuseum\.org",
|
r"britishmuseum\.org",
|
||||||
r"derrystrabane\.com",
|
r"derrystrabane\.com",
|
||||||
|
r"highwaysengland\.co\.uk",
|
||||||
]
|
]
|
||||||
|
|
||||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
||||||
|
|||||||
@@ -102,6 +102,7 @@ def _gen_mock_field(x):
|
|||||||
'test@marinemanagement.org.uk',
|
'test@marinemanagement.org.uk',
|
||||||
'test@britishmuseum.org',
|
'test@britishmuseum.org',
|
||||||
'test@derrystrabane.com',
|
'test@derrystrabane.com',
|
||||||
|
'test@highwaysengland.co.uk',
|
||||||
])
|
])
|
||||||
def test_valid_list_of_white_list_email_domains(
|
def test_valid_list_of_white_list_email_domains(
|
||||||
client,
|
client,
|
||||||
|
|||||||
Reference in New Issue
Block a user