diff options
Diffstat (limited to 't')
-rw-r--r-- | t/cobrand/bexley.t | 6 |
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' } }, |