diff options
Diffstat (limited to 't/app/sendreport/email.t')
-rw-r--r-- | t/app/sendreport/email.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/app/sendreport/email.t b/t/app/sendreport/email.t index 3e6db4f67..7480d6aab 100644 --- a/t/app/sendreport/email.t +++ b/t/app/sendreport/email.t @@ -69,8 +69,7 @@ foreach my $test ( { }; } -$body->body_areas->delete; -$body->body_areas->create({ area_id => 2429 }); +$body->update({ name => 'Somerset West and Taunton Council' }); subtest 'Test special behaviour' => sub { my $e = FixMyStreet::SendReport::Email->new; |