diff options
-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 |