mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 19:34:27 -04:00
Merge pull request #1763 from alphagov/leohemsted-patch-1
derry strabane council email whitelist
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user