From 9c10a08c908c0aae880b5e0e996b1916bbe01ad5 Mon Sep 17 00:00:00 2001 From: Frank <33519926+Conengmo@users.noreply.github.com> Date: Tue, 7 Apr 2020 10:58:10 +0200 Subject: [PATCH] Update test_heat_map.py --- tests/plugins/test_heat_map.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}}