diff --git a/tests/Layer/WMTS.html b/tests/Layer/WMTS.html
index 98bb6cdb07..5b87d32e49 100644
--- a/tests/Layer/WMTS.html
+++ b/tests/Layer/WMTS.html
@@ -272,7 +272,7 @@
style: "blue_marble",
matrixSet: "arcgis_online",
tileSize: new OpenLayers.Size(512, 512),
- requestEncoding: "REST",
+ requestEncoding: "REST"
});
map.addLayer(layer);
map.setCenter(new OpenLayers.LonLat(0,0), 5);