diff options
Diffstat (limited to 't/app/controller/report_display.t')
-rw-r--r-- | t/app/controller/report_display.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t index 6958032d9..c16b2656c 100644 --- a/t/app/controller/report_display.t +++ b/t/app/controller/report_display.t @@ -438,6 +438,7 @@ for my $test ( subtest "Zurich unconfirmeds are 200" => sub { FixMyStreet::override_config { ALLOWED_COBRANDS => [ 'zurich' ], + MAP_TYPE => 'Zurich,OSM', }, sub { $mech->host( 'zurich.example.com' ); ok $report->update( { state => 'unconfirmed' } ), 'unconfirm report'; @@ -451,6 +452,7 @@ subtest "Zurich unconfirmeds are 200" => sub { subtest "Zurich banners are displayed correctly" => sub { FixMyStreet::override_config { ALLOWED_COBRANDS => [ 'zurich' ], + MAP_TYPE => 'Zurich,OSM', }, sub { $mech->host( 'zurich.example.com' ); |