diff --git a/umap/static/umap/test/Controls.js b/umap/static/umap/test/Controls.js index 00616316..ff18cf74 100644 --- a/umap/static/umap/test/Controls.js +++ b/umap/static/umap/test/Controls.js @@ -73,7 +73,6 @@ describe('L.U.Controls', function () { happen.click(qs('.umap-browse-actions .umap-browse-link')) assert.equal(qsa('#browse_data_datalayer_62 ul li').length, 3) }) - }) describe('#exportPanel()', function () { diff --git a/umap/static/umap/test/_pre.js b/umap/static/umap/test/_pre.js index 5df2e152..4a5872a7 100644 --- a/umap/static/umap/test/_pre.js +++ b/umap/static/umap/test/_pre.js @@ -132,6 +132,7 @@ function initMap(options) { datalayer_version: '/datalayer/{pk}/{name}', pictogram_list_json: '/pictogram/json/', map_update_permissions: '/map/{map_id}/update/permissions/', + map_download: '/map/{map_id}/download/', }, default_iconUrl: '../src/img/marker.png', zoom: 6,