aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/sendreport/open311.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/sendreport/open311.t')
-rw-r--r--t/app/sendreport/open311.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/app/sendreport/open311.t b/t/app/sendreport/open311.t
index b60b199b0..8f933065c 100644
--- a/t/app/sendreport/open311.t
+++ b/t/app/sendreport/open311.t
@@ -167,10 +167,9 @@ sub test_overrides {
$body->update({ can_be_devolved => 1 });
my $contact = $body->contacts->find_or_create(
- confirmed => 1,
+ state => 'confirmed',
email => 'ZZ',
category => 'ZZ',
- deleted => 0,
editor => 'test suite',
note => '',
whenedited => DateTime->now,