diff options
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/tfl.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/cobrand/tfl.t b/t/cobrand/tfl.t index 86ab5a6f3..287a8c98e 100644 --- a/t/cobrand/tfl.t +++ b/t/cobrand/tfl.t @@ -521,6 +521,12 @@ subtest 'check report age on /around' => sub { $mech->get_ok( '/around?lat=' . $report->latitude . '&lon=' . $report->longitude ); $mech->content_lacks($report->title); + + $report->update({ + confirmed => \"current_timestamp", + whensent => \"current_timestamp", + lastupdate => \"current_timestamp", + }); }; subtest 'TfL admin allows inspectors to be assigned to borough areas' => sub { |