Skip to content

Commit

Permalink
chore: attempt to fix CI tests related to /hot/
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbgk committed Nov 23, 2024
1 parent b6229a0 commit 7ec7b41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion umap/tests/fixtures/test_upload_data.umap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"limitBounds": {},
"tilelayer": {
"maxZoom": 20,
"url_template": "https://tile.openstreetmap.fr/hot/{z}/{x}/{y}.png",
"url_template": "https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png",
"minZoom": 0,
"attribution": "map data © [[https://osm.org/copyright|OpenStreetMap contributors]] under ODbL - Tiles © HOT",
"name": "OSM Humanitarian (OSM-FR)"
Expand Down
1 change: 0 additions & 1 deletion umap/tests/integration/test_import.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import json
import os
import platform
import re
from pathlib import Path
Expand Down

0 comments on commit 7ec7b41

Please sign in to comment.