aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/around.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/around.t b/t/app/controller/around.t
index dc755a67f..2d67dc6ac 100644
--- a/t/app/controller/around.t
+++ b/t/app/controller/around.t
@@ -257,7 +257,7 @@ subtest 'check show old reports checkbox shown on around page' => sub {
my $problems = FixMyStreet::App->model('DB::Problem')->to_body( $body->id );
$problems->first->update( { confirmed => \"current_timestamp-'7 months'::interval" } );
- $mech->get_ok( '/around?pc=OX20+1SZ' );
+ $mech->get_ok( '/around?pc=OX20+1SZ&status=all' );
$mech->content_lacks('id="show_old_reports_wrapper" class="report-list-filters hidden"');
$mech->content_contains('id="show_old_reports_wrapper" class="report-list-filters"');