aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-10-14 10:47:11 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-10-14 11:29:59 +0100
commit07891b75a6973f4503789d6a231ca34c984c9a15 (patch)
treefff6b5839f84fe1724859dbbaa640fe04030e13d /t/open311
parentbad21915fe0ebebc797c55588841ec9e2909b093 (diff)
Test warnfix on confirmed comments lacking time.
Diffstat (limited to 't/open311')
-rw-r--r--t/open311/post-service-request-updates.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/open311/post-service-request-updates.t b/t/open311/post-service-request-updates.t
index ac6fb870c..adfd4e3c5 100644
--- a/t/open311/post-service-request-updates.t
+++ b/t/open311/post-service-request-updates.t
@@ -61,7 +61,7 @@ my $other_user = $mech->create_user_ok('test2@example.com', title => 'MRS');
sub c {
my ($p, $user) = @_;
- my $c = $mech->create_comment_for_problem($p, $user || $p->user, 'Name', 'Update text', 'f', 'confirmed', 'confirmed', { confirmed => \'current_timestamp' });
+ my $c = $mech->create_comment_for_problem($p, $user || $p->user, 'Name', 'Update text', 'f', 'confirmed', 'confirmed');
$c->discard_changes;
return $c;
}