mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 03:58:24 -04:00
Merge pull request #1302 from alphagov/cqc
Add Care Quality Commission to email whitelist
This commit is contained in:
@@ -82,6 +82,7 @@ class Config(object):
|
|||||||
r"scotent\.co\.uk",
|
r"scotent\.co\.uk",
|
||||||
r"assembly\.wales",
|
r"assembly\.wales",
|
||||||
r"cjsm\.net",
|
r"cjsm\.net",
|
||||||
|
r"cqc\.org\.uk",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -90,7 +90,9 @@ def _gen_mock_field(x):
|
|||||||
'test@hmcts.net',
|
'test@hmcts.net',
|
||||||
'test@scotent.co.uk',
|
'test@scotent.co.uk',
|
||||||
'test@assembly.wales',
|
'test@assembly.wales',
|
||||||
'test@cjsm.net'
|
'test@cjsm.net',
|
||||||
|
'test@cqc.org.uk',
|
||||||
|
'test@digital.cqc.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