diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-12-09 14:02:21 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-12-09 15:33:34 +0000 |
commit | 71c75504ea249b167d04bc9f5715d832716acec7 (patch) | |
tree | ac5cba2661123153bc7623f1560749f8ed86ae09 /t/app/controller | |
parent | e333bac30cf1a125b1afdbf78cac657de068a8bf (diff) |
[TfL] Restrict reports on cobrand to post go-live.
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/admin/templates.t | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/t/app/controller/admin/templates.t b/t/app/controller/admin/templates.t index ee477de20..200fbd727 100644 --- a/t/app/controller/admin/templates.t +++ b/t/app/controller/admin/templates.t @@ -35,14 +35,7 @@ my $tfltemplate = $tfl->response_templates->create({ text => "This template will only appear on the TfL cobrand.", }); -my $dt = DateTime->new( - year => 2011, - month => 04, - day => 16, - hour => 15, - minute => 47, - second => 23 -); +my $dt = DateTime->now(); my $report = FixMyStreet::DB->resultset('Problem')->find_or_create( { |