mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-06 18:41:25 -04:00
Merge pull request #1714 from alphagov/mmo
Add Marine Management Organisation as email domain
This commit is contained in:
@@ -96,6 +96,7 @@ class Config(object):
|
||||
r"acas\.org\.uk",
|
||||
r"gov\.wales",
|
||||
r"biglotteryfund\.org\.uk",
|
||||
r"marinemanagement\.org\.uk",
|
||||
]
|
||||
|
||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
||||
|
||||
@@ -99,6 +99,7 @@ def _gen_mock_field(x):
|
||||
'test@bbsrc.ac.uk',
|
||||
'test@acas.org.uk',
|
||||
'test@biglotteryfund.org.uk',
|
||||
'test@marinemanagement.org.uk',
|
||||
])
|
||||
def test_valid_list_of_white_list_email_domains(
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user