diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-18 17:18:34 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-18 17:18:34 +0100 |
commit | 9d8ad13ed231671f2ece5d81c5ce928807d0ba5f (patch) | |
tree | 6a6467cf2039abefb0fb98ad29b715221e79fd03 /t/Mock/MapItZurich.pm | |
parent | 6a2734fb46c9edebe6d455c4ab1984065cc64485 (diff) | |
parent | d2c9d3f4dbdff822f90a4934d858dabec2c85e17 (diff) |
Merge branch 'zurich-upgrade-openlayers'
Diffstat (limited to 't/Mock/MapItZurich.pm')
-rw-r--r-- | t/Mock/MapItZurich.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/Mock/MapItZurich.pm b/t/Mock/MapItZurich.pm index 9195749f6..f7bcda31d 100644 --- a/t/Mock/MapItZurich.pm +++ b/t/Mock/MapItZurich.pm @@ -46,4 +46,6 @@ sub dispatch_request { }, } +LWP::Protocol::PSGI->register(t::Mock::MapItZurich->to_psgi_app, host => 'mapit.zurich'); + __PACKAGE__->run_if_script; |