diff options
Diffstat (limited to 't/app/controller/report_new_mobile.t')
-rw-r--r-- | t/app/controller/report_new_mobile.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/app/controller/report_new_mobile.t b/t/app/controller/report_new_mobile.t index 3dfb99b2f..296007ce3 100644 --- a/t/app/controller/report_new_mobile.t +++ b/t/app/controller/report_new_mobile.t @@ -1,4 +1,3 @@ -use Test::More; use FixMyStreet::TestMech; use LWP::Protocol::PSGI; use t::Mock::MapItZurich; @@ -37,6 +36,5 @@ subtest "Check signed up for alert when logged in" => sub { }; END { - $mech->delete_user('user@example.org'); done_testing(); } |