aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/around.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/around.t')
-rw-r--r--t/app/controller/around.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/around.t b/t/app/controller/around.t
index ba5f8c48a..29752ab02 100644
--- a/t/app/controller/around.t
+++ b/t/app/controller/around.t
@@ -413,7 +413,7 @@ subtest 'check map zoom level customisation' => sub {
MAP_TYPE => 'OSM',
}, sub {
$mech->get('/around?latitude=51.754926&longitude=-1.256179');
- $mech->content_contains('data-numZoomLevels=6');
+ $mech->content_contains('data-numZoomLevels=7');
$mech->content_contains('data-zoomOffset=13');
};