mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 22:18:25 -04:00
Merge pull request #1746 from alphagov/british-museum
Add British Museum to whitelist
This commit is contained in:
@@ -97,6 +97,7 @@ class Config(object):
|
|||||||
r"gov\.wales",
|
r"gov\.wales",
|
||||||
r"biglotteryfund\.org\.uk",
|
r"biglotteryfund\.org\.uk",
|
||||||
r"marinemanagement\.org\.uk",
|
r"marinemanagement\.org\.uk",
|
||||||
|
r"britishmuseum\.org",
|
||||||
]
|
]
|
||||||
|
|
||||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
||||||
|
|||||||
@@ -100,6 +100,7 @@ def _gen_mock_field(x):
|
|||||||
'test@acas.org.uk',
|
'test@acas.org.uk',
|
||||||
'test@biglotteryfund.org.uk',
|
'test@biglotteryfund.org.uk',
|
||||||
'test@marinemanagement.org.uk',
|
'test@marinemanagement.org.uk',
|
||||||
|
'test@britishmuseum.org',
|
||||||
])
|
])
|
||||||
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