diff options
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/admin/templates.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/admin/templates.t b/t/app/controller/admin/templates.t index 200fbd727..ad5b3e77b 100644 --- a/t/app/controller/admin/templates.t +++ b/t/app/controller/admin/templates.t @@ -347,7 +347,7 @@ subtest "TfL cobrand only shows TfL templates" => sub { subtest "Bromley cobrand only shows Bromley templates" => sub { FixMyStreet::override_config { - ALLOWED_COBRANDS => [ 'bromley' ], + ALLOWED_COBRANDS => [ 'bromley', 'tfl' ], }, sub { $report->update({ category => $bromleycontact->category, bodies_str => $bromley->id }); $mech->log_in_ok( $bromleyuser->email ); |