diff options
Diffstat (limited to 't/app/controller/report_new_open311.t')
-rw-r--r-- | t/app/controller/report_new_open311.t | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/t/app/controller/report_new_open311.t b/t/app/controller/report_new_open311.t index e3a464f88..9a4a81182 100644 --- a/t/app/controller/report_new_open311.t +++ b/t/app/controller/report_new_open311.t @@ -1,7 +1,3 @@ -use strict; -use warnings; -use Test::More; - use FixMyStreet::TestMech; use FixMyStreet::App; use Web::Scraper; @@ -176,7 +172,3 @@ foreach my $test ( } done_testing(); - -END { - $mech->delete_body($body); -} |