aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-05-23 08:30:03 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-05-23 11:45:14 +0100
commitc525f570acef784e09824d1444feffd7949b9ace (patch)
treeb5dd77f166885864461a0c7fd1ee3a9de5c9ac35 /t/app
parente305e5f0bd2c07aca54a3fc1453751ceca5f3509 (diff)
[UK] Update 2019 local government handling.
Diffstat (limited to 't/app')
-rw-r--r--t/app/sendreport/email.t3
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;