Skip to content

Commit f1859eb

Browse files
committed
Fixed test bug by adding the missing properties.
1 parent 7ec6a56 commit f1859eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/folium_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_init(self):
6666
'map_id': 'folium_' + '0' * 32,
6767
'lat': 45.5236, 'lon': -122.675, 'max_zoom': 20,
6868
'size': 'style="width: 900px; height: 400px"',
69-
'zoom_level': 4}
69+
'zoom_level': 4, 'tile_layers': [], 'wms_layers': []}
7070

7171
assert self.map.template_vars == tmpl
7272

0 commit comments

Comments
 (0)