aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand/bexley.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-05-07 14:20:19 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-05-07 14:20:19 +0100
commitcfabb3cfd4474c1c812ed325a068d56bafc43a08 (patch)
treeec610c101b45e4e2fcd7ad51673a24bd1ae126cd /t/cobrand/bexley.t
parentf6d807fd5217a19ac488f652d1f0853a7891231f (diff)
parenta2cc36b0d94143d1150a73993541eb829bd9b9fa (diff)
Merge branch 'category-group-in-csv'
Diffstat (limited to 't/cobrand/bexley.t')
-rw-r--r--t/cobrand/bexley.t19
1 files changed, 11 insertions, 8 deletions
diff --git a/t/cobrand/bexley.t b/t/cobrand/bexley.t
index 352e61389..91e30ff50 100644
--- a/t/cobrand/bexley.t
+++ b/t/cobrand/bexley.t
@@ -50,14 +50,17 @@ FixMyStreet::override_config {
ALLOWED_COBRANDS => [ 'bexley' ],
MAPIT_URL => 'http://mapit.uk/',
STAGING_FLAGS => { send_reports => 1, skip_checks => 0 },
- COBRAND_FEATURES => { open311_email => { bexley => {
- p1 => 'p1@bexley',
- p1confirm => 'p1confirm@bexley',
- lighting => 'thirdparty@notbexley.example.com,another@notbexley.example.com',
- outofhours => 'outofhours@bexley,ooh2@bexley',
- flooding => 'flooding@bexley',
- eh => 'eh@bexley',
- } } },
+ COBRAND_FEATURES => {
+ open311_email => { bexley => {
+ p1 => 'p1@bexley',
+ p1confirm => 'p1confirm@bexley',
+ lighting => 'thirdparty@notbexley.example.com,another@notbexley.example.com',
+ outofhours => 'outofhours@bexley,ooh2@bexley',
+ flooding => 'flooding@bexley',
+ eh => 'eh@bexley',
+ } },
+ category_groups => { bexley => 1 },
+ },
}, sub {
subtest 'cobrand displays council name' => sub {