aboutsummaryrefslogtreecommitdiffstats
path: root/t/map/mastermap.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-02-25 13:54:07 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-03-03 14:25:03 +0000
commita8080fad5eabd1ffef484e6979bea3c1eebd8978 (patch)
tree0ad8bf14f8b622be4eed313fed3b7cf053787206 /t/map/mastermap.t
parent32f0e3ba1aaafb3c19708770c482dc529f481289 (diff)
[UK] Use staging hosts on some staging sites.
Diffstat (limited to 't/map/mastermap.t')
-rw-r--r--t/map/mastermap.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/map/mastermap.t b/t/map/mastermap.t
index 109142379..79522cdea 100644
--- a/t/map/mastermap.t
+++ b/t/map/mastermap.t
@@ -5,7 +5,7 @@ use FixMyStreet::Map::MasterMap;
subtest 'correct map tiles used' => sub {
my %test = (
16 => [ '-', 'oml' ],
- 20 => [ '.', 'mastermap' ]
+ 20 => [ '.', 'mastermap-staging' ]
);
foreach my $zoom (qw(16 20)) {
my $tiles = FixMyStreet::Map::MasterMap->map_tiles(x_tile => 123, y_tile => 456, zoom_act => $zoom);