diff --git a/tests/plugins/test_heat_map.py b/tests/plugins/test_heat_map.py
index bd8f2221c..b7a8c98d6 100644
--- a/tests/plugins/test_heat_map.py
+++ b/tests/plugins/test_heat_map.py
@@ -28,7 +28,7 @@ def test_heat_map():
out = normalize(m._parent.render())
# We verify that the script import is present.
- script = '' # noqa
+ script = '' # noqa
assert script in out
# We verify that the script part is correct.
@@ -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}}