mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 14:19:50 -04:00
Add Marine Management Organisation as email domain
Seems like sometimes they use a Defra email address, sometimes their own .org.uk one.
This commit is contained in:
@@ -96,6 +96,7 @@ class Config(object):
|
|||||||
r"acas\.org\.uk",
|
r"acas\.org\.uk",
|
||||||
r"gov\.wales",
|
r"gov\.wales",
|
||||||
r"biglotteryfund\.org\.uk",
|
r"biglotteryfund\.org\.uk",
|
||||||
|
r"marinemanagement\.org\.uk",
|
||||||
]
|
]
|
||||||
|
|
||||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
||||||
|
|||||||
@@ -99,6 +99,7 @@ def _gen_mock_field(x):
|
|||||||
'test@bbsrc.ac.uk',
|
'test@bbsrc.ac.uk',
|
||||||
'test@acas.org.uk',
|
'test@acas.org.uk',
|
||||||
'test@biglotteryfund.org.uk',
|
'test@biglotteryfund.org.uk',
|
||||||
|
'test@marinemanagement.org.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