diff --git a/tests/Strategy/Cluster.html b/tests/Strategy/Cluster.html
index d5f7a9b285..3358ff9b3f 100644
--- a/tests/Strategy/Cluster.html
+++ b/tests/Strategy/Cluster.html
@@ -45,7 +45,7 @@
var map = new OpenLayers.Map('map', {
resolutions: [4, 2, 1],
maxExtent: new OpenLayers.Bounds(-40, -40, 40, 40),
- zoomMethod: null,
+ zoomMethod: null
});
map.addLayer(layer);