Fix download umap data JS tests

This commit is contained in:
David Larlet 2023-11-14 14:19:54 -05:00
parent 2274243662
commit bf4e481f28
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD
2 changed files with 1 additions and 1 deletions

View file

@ -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 () {

View file

@ -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,