mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-01 04:37:03 -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"biglotteryfund\.org\.uk",
|
||||
r"marinemanagement\.org\.uk",
|
||||
r"britishmuseum\.org",
|
||||
]
|
||||
|
||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
|
||||
|
||||
@@ -100,6 +100,7 @@ def _gen_mock_field(x):
|
||||
'test@acas.org.uk',
|
||||
'test@biglotteryfund.org.uk',
|
||||
'test@marinemanagement.org.uk',
|
||||
'test@britishmuseum.org',
|
||||
])
|
||||
def test_valid_list_of_white_list_email_domains(
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user