diff --git a/integration-test/1972-big-parking-lots.py b/integration-test/1972-big-parking-lots.py index 878a3cd0a..a56948c5c 100644 --- a/integration-test/1972-big-parking-lots.py +++ b/integration-test/1972-big-parking-lots.py @@ -24,11 +24,11 @@ def test_osm_big_parking_capacity(self): }) ) - x, y = deg2num(lat, lon, 15) + x, y = deg2num(lat, lon, 16) self.assert_has_feature( - 15, x, y, 'pois', { + 16, x, y, 'pois', { 'id': 8712714905, - 'kin': 'parking', + 'kind': 'parking', 'min_zoom': 18, 'source': u'openstreetmap.org', })