forked from MapComplete/MapComplete
Fix: tests
This commit is contained in:
parent
dfa21c8b2a
commit
a1730a3ad7
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ export default class FeatureSwitchState extends OsmConnectionFeatureSwitches {
|
|||
|
||||
let testingDefaultValue = false
|
||||
if (
|
||||
!Constants.osmAuthConfig.url.startsWith("https://master.apis.dev.openstreetmap.org") && (location.hostname === "127.0.0.1") && !Utils.runningFromConsole
|
||||
!Constants.osmAuthConfig.url.startsWith("https://master.apis.dev.openstreetmap.org") && !Utils.runningFromConsole && location.hostname === "127.0.0.1"
|
||||
) {
|
||||
testingDefaultValue = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue