aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand/closest.t
diff options
context:
space:
mode:
Diffstat (limited to 't/cobrand/closest.t')
-rw-r--r--t/cobrand/closest.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/cobrand/closest.t b/t/cobrand/closest.t
index ab97694c9..d06f7e9a0 100644
--- a/t/cobrand/closest.t
+++ b/t/cobrand/closest.t
@@ -5,6 +5,9 @@ use Test::More;
use mySociety::Locale;
use FixMyStreet::App;
+use FixMyStreet::TestMech;
+
+my $mech = FixMyStreet::TestMech->new;
use_ok 'FixMyStreet::Cobrand';
@@ -81,4 +84,5 @@ SKIP: {
}
# all done
+$mech->delete_user( $user );
done_testing();