diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-09-12 17:05:55 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-09-12 17:40:56 +0100 |
commit | 008754424d027a7cdefa4a2f09c4cb937d972693 (patch) | |
tree | 488fde52091e36317718daded4cd366017516f98 | |
parent | e3de0d9bd0252e45e5c49b49fbbeed6843162196 (diff) |
[Zurich] Make sure mapit url is set properly
-rw-r--r-- | t/cobrand/zurich.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index 0975096db..d7e63c84e 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -357,6 +357,7 @@ my %config = # Change the MAPIT_TYPES value for this test $config{MAPIT_TYPES} = [ 'O08' ]; $config{MAPIT_URL} = 'http://global.mapit.mysociety.org/'; +mySociety::MaPit::configure($config{MAPIT_URL}); # Override the get function to return values from our captured config. This # override will be cleared at the end of this block when the $override guard |