aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_new.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-05-25 09:07:34 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-05-25 09:40:56 +0100
commit61749f6f561c18b8eef9d5b5158a7a1505ba1c4a (patch)
treec18f7c569c1978426272dd81f88a95956de0d80b /t/app/controller/report_new.t
parentd7286a011c7216cdae9e8aee21895f4f74c3277b (diff)
Fix test that would not run offline.
Switch it to use our mock MapIt. Also remove other unused overrides to external services.
Diffstat (limited to 't/app/controller/report_new.t')
-rw-r--r--t/app/controller/report_new.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t
index f3bee0513..33324d210 100644
--- a/t/app/controller/report_new.t
+++ b/t/app/controller/report_new.t
@@ -1639,7 +1639,7 @@ subtest "inspectors get redirected directly to the report page" => sub {
FixMyStreet::override_config {
ALLOWED_COBRANDS => [ { fixmystreet => '.' } ],
BASE_URL => 'https://www.fixmystreet.com',
- MAPIT_URL => 'http://mapit.mysociety.org/',
+ MAPIT_URL => 'http://mapit.uk/',
}, sub {
$mech->log_out_ok;