Chore: fix tests

This commit is contained in:
Pieter Vander Vennet 2025-01-21 22:39:22 +01:00
parent 436b99a53a
commit 95c4323630
2 changed files with 4 additions and 1 deletions

View file

@ -117,7 +117,6 @@
"it": "Negozi che accettano i cani", "it": "Negozi che accettano i cani",
"ko": "반려견 친화적 상점" "ko": "반려견 친화적 상점"
}, },
"pointRendering": [ "pointRendering": [
{ {
"iconBadges+": [ "iconBadges+": [

View file

@ -317,6 +317,10 @@ export class OsmPreferences {
return return
} }
if (Utils.runningFromConsole) {
return
}
if (this._fakeUser) { if (this._fakeUser) {
return return
} }