From 7078557831a46de216fa10598305e3f57c50ddd0 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 15 Aug 2023 21:48:54 +0200 Subject: [PATCH] Fix tests: add now mandatory share_statuses in test map --- umap/static/umap/test/_pre.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/umap/static/umap/test/_pre.js b/umap/static/umap/test/_pre.js index 0af0a730..b46bd687 100644 --- a/umap/static/umap/test/_pre.js +++ b/umap/static/umap/test/_pre.js @@ -136,6 +136,11 @@ function initMap(options) { }, default_iconUrl: '../src/img/marker.png', zoom: 6, + share_statuses: [ + [1, 'Tout le monde (public)'], + [2, 'Quiconque a le lien'], + [3, 'Éditeurs uniquement'], + ], tilelayers: [ { attribution: '\u00a9 OSM Contributors',