config: updated feature toggle name

This commit is contained in:
Hugo Häggmark
2019-03-19 13:59:39 +01:00
committed by Leonard Gram
parent a6a3d698da
commit a90b3e331e
14 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -973,7 +973,7 @@ func postDashboardScenario(desc string, url string, routePattern string, mock *d
defer bus.ClearBusHandlers()
cfg := setting.NewCfg()
cfg.EditorsCanOwn = false
cfg.EditorsCanAdmin = false
hs := HTTPServer{
Bus: bus.GetBus(),