Skip to content

Commit

Permalink
Update test_heat_map.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Conengmo committed Jun 7, 2020
1 parent 7013653 commit 9c10a08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/plugins/test_heat_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_heat_map():
out = normalize(m._parent.render())

# We verify that the script import is present.
script = '<script src="https://leaflet.github.io/Leaflet.heat/dist/leaflet-heat.js"></script>' # noqa
script = '<script src="https://raw.githack.com/Conengmo/folium/fix-heatmap-intensity/folium/templates/leaflet_heat.min.js"></script>' # noqa
assert script in out

# We verify that the script part is correct.
Expand All @@ -38,7 +38,6 @@ def test_heat_map():
{
minOpacity: {{this.min_opacity}},
maxZoom: {{this.max_zoom}},
max: {{this.max_val}},
radius: {{this.radius}},
blur: {{this.blur}},
gradient: {{this.gradient}}
Expand Down

0 comments on commit 9c10a08

Please sign in to comment.