diff options
Diffstat (limited to 't/app/controller/report_updates.t')
-rw-r--r-- | t/app/controller/report_updates.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/report_updates.t b/t/app/controller/report_updates.t index 58d9eff86..fa6c44292 100644 --- a/t/app/controller/report_updates.t +++ b/t/app/controller/report_updates.t @@ -789,6 +789,7 @@ subtest "check comment with no status change has not status in meta" => sub { }, 'submit update' ); + $mech->get_ok("/report/$report_id"); $report->discard_changes; my @updates = $report->comments->all; |