diff options
Diffstat (limited to 't/app/sendreport/email.t')
-rw-r--r-- | t/app/sendreport/email.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/sendreport/email.t b/t/app/sendreport/email.t index f0e1f153a..04b3854cc 100644 --- a/t/app/sendreport/email.t +++ b/t/app/sendreport/email.t @@ -16,7 +16,7 @@ my $e = FixMyStreet::SendReport::Email->new(); my $contact = FixMyStreet::App->model('DB::Contact')->find_or_create( email => 'council@example.com', - area_id => 1000, + body_id => 1000, category => 'category', confirmed => 1, deleted => 0, |