diff options
Diffstat (limited to 't/cobrand/fixamingata.t')
-rw-r--r-- | t/cobrand/fixamingata.t | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/t/cobrand/fixamingata.t b/t/cobrand/fixamingata.t index d6a1c2b34..1e6bd7e65 100644 --- a/t/cobrand/fixamingata.t +++ b/t/cobrand/fixamingata.t @@ -1,13 +1,5 @@ -use strict; -use warnings; -use Test::More; use Test::MockModule; -BEGIN { - use FixMyStreet; - FixMyStreet->test_mode(1); -} - use mySociety::Locale; use FixMyStreet::TestMech; @@ -115,7 +107,6 @@ subtest "Test ajax decimal points" => sub { }; END { - $mech->delete_body($body); ok $mech->host("www.fixmystreet.com"), "change host back"; done_testing(); } |