Skip to content

Commit 3124121

Browse files
authored
fix a broken integ test (#2106)
1 parent 1cd259c commit 3124121

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integration-test/1425-osm-features.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ def test_amenities(self):
5959
self._run_poi_test(
6060
'http://www.openstreetmap.org/node/3656027075',
6161
'16/19337/24632', {'kind': 'charging_station'})
62+
6263
self._run_poi_test(
6364
'http://www.openstreetmap.org/node/4991752549',
6465
'16/33891/21798',
65-
{'kind': 'charging_station', 'scooter': True, 'car': False})
66+
{'kind': 'charging_station', 'scooter': True, 'truck': False})
67+
6668
self._run_poi_test(
6769
'http://www.openstreetmap.org/node/4882913388',
6870
'16/33896/23686',

0 commit comments

Comments
 (0)