aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-12-23 15:23:55 +0000
committerMatthew Somerville <matthew@mysociety.org>2019-12-23 15:29:02 +0000
commit36fc093d2fe61bca3cbf44d2a6e9c8bc795714cd (patch)
tree27115f0c2dc4ae956aa613519de78ea2c8930218 /t/cobrand
parentb398440b4f37df99754ef347da75bf78ea7c37ba (diff)
[Bexley] Consistent email, always allow lists.
Diffstat (limited to 't/cobrand')
-rw-r--r--t/cobrand/bexley.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/cobrand/bexley.t b/t/cobrand/bexley.t
index d639f9be9..d9b41f3b1 100644
--- a/t/cobrand/bexley.t
+++ b/t/cobrand/bexley.t
@@ -51,7 +51,7 @@ FixMyStreet::override_config {
COBRAND_FEATURES => { open311_email => { bexley => {
p1 => 'p1@bexley',
lighting => 'thirdparty@notbexley.example.com,another@notbexley.example.com',
- outofhours => 'outofhours@bexley',
+ outofhours => 'outofhours@bexley,ooh2@bexley',
flooding => 'flooding@bexley',
eh => 'eh@bexley',
} } },
@@ -74,8 +74,8 @@ FixMyStreet::override_config {
extra => { 'name' => 'burnt', description => 'Was it burnt?', 'value' => 'Yes' } },
{ category => 'Abandoned and untaxed vehicles', code => 'ABAN',
extra => { 'name' => 'burnt', description => 'Was it burnt?', 'value' => 'No' } },
- { category => 'Dead animal', email => ['p1', 'outofhours'], code => 'ANIM' },
- { category => 'Something dangerous', email => ['p1', 'outofhours'], code => 'DANG',
+ { category => 'Dead animal', email => ['p1', 'outofhours', 'ooh2'], code => 'ANIM' },
+ { category => 'Something dangerous', email => ['p1', 'outofhours', 'ooh2'], code => 'DANG',
extra => { 'name' => 'dangerous', description => 'Was it dangerous?', 'value' => 'Yes' } },
{ category => 'Something dangerous', code => 'DANG',
extra => { 'name' => 'dangerous', description => 'Was it dangerous?', 'value' => 'No' } },