aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/json.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/json.t')
-rw-r--r--t/app/controller/json.t7
1 files changed, 0 insertions, 7 deletions
diff --git a/t/app/controller/json.t b/t/app/controller/json.t
index b2cea674f..8ee472f5d 100644
--- a/t/app/controller/json.t
+++ b/t/app/controller/json.t
@@ -1,8 +1,3 @@
-use strict;
-use warnings;
-
-use Test::More;
-
use FixMyStreet::TestMech;
my $mech = FixMyStreet::TestMech->new;
@@ -116,6 +111,4 @@ is_deeply #
],
"correct response";
-$mech->delete_user($user);
-
done_testing();