diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-01-29 15:12:29 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-29 15:12:29 +0000 |
commit | 68dda6c87e0ea01e9934b18f1061c0066f352e9e (patch) | |
tree | 2de1c83495b7e905beb75d225a8d4044c0a718e2 /t/cobrand/fixamingata.t | |
parent | 32cc764609a304fb09718e91ca836c8788db1f51 (diff) | |
parent | b4e69645bd2ff24fb603bf7461e2c80b316eaeaa (diff) |
Merge branch '1315-open311-update-media_url'
Diffstat (limited to 't/cobrand/fixamingata.t')
-rw-r--r-- | t/cobrand/fixamingata.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/cobrand/fixamingata.t b/t/cobrand/fixamingata.t index ea3c2da92..50b7713d1 100644 --- a/t/cobrand/fixamingata.t +++ b/t/cobrand/fixamingata.t @@ -8,7 +8,7 @@ BEGIN { FixMyStreet->test_mode(1); } -use t::MapIt; +use t::Mock::MapIt; use mySociety::Locale; use FixMyStreet::TestMech; @@ -102,7 +102,7 @@ subtest "Test ajax decimal points" => sub { # A note to the future - the run_if_script line must be within a subtest # otherwise it fails to work - LWP::Protocol::PSGI->register(t::MapIt->run_if_script, host => 'mapit.sweden'); + LWP::Protocol::PSGI->register(t::Mock::MapIt->run_if_script, host => 'mapit.sweden'); FixMyStreet::override_config { ALLOWED_COBRANDS => [ 'fixamingata' ], |