From 00b5e0c993adcf2ffb9453039cac1dfb82f2cd81 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Thu, 7 Sep 2017 16:44:56 +0100 Subject: [PATCH 1/2] Adding West Midlands Fire Service --- app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config.py b/app/config.py index 123e958a2..7a2412e5e 100644 --- a/app/config.py +++ b/app/config.py @@ -86,6 +86,7 @@ class Config(object): r"cqc\.org\.uk", r"bl\.uk", r"stfc\.ac\.uk", + r"wmfs\.net", ] LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local' From e9625cf54efda4a0396a668b853dfbe8f78a1ebe Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Thu, 7 Sep 2017 16:46:32 +0100 Subject: [PATCH 2/2] Added West Midlands Fire Service --- tests/app/main/test_validators.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/main/test_validators.py b/tests/app/main/test_validators.py index 8ed83a8d8..fd6caa69b 100644 --- a/tests/app/main/test_validators.py +++ b/tests/app/main/test_validators.py @@ -95,6 +95,7 @@ def _gen_mock_field(x): 'test@digital.cqc.org.uk', 'test@bl.uk', 'test@stfc.ac.uk', + 'test@wmfs.net', ]) def test_valid_list_of_white_list_email_domains( client,