diff --git a/profiles/testbot.lua b/profiles/testbot.lua index 389f2c0f5..d9950baec 100644 --- a/profiles/testbot.lua +++ b/profiles/testbot.lua @@ -19,7 +19,7 @@ function setup() use_turn_restrictions = true }, - classes = {["motorway"] = true, ["toll"] = true}, + classes = {[0] = "motorway", [1] = "toll"}, excludable = { [1] = {["motorway"] = true},