mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
teams: make test cases pass again
This commit is contained in:
committed by
Leonard Gram
parent
da3dcd1918
commit
124fb743e8
@@ -972,8 +972,12 @@ func postDashboardScenario(desc string, url string, routePattern string, mock *d
|
||||
Convey(desc+" "+url, func() {
|
||||
defer bus.ClearBusHandlers()
|
||||
|
||||
cfg := setting.NewCfg()
|
||||
cfg.EditorsCanOwn = false
|
||||
|
||||
hs := HTTPServer{
|
||||
Bus: bus.GetBus(),
|
||||
Cfg: cfg,
|
||||
}
|
||||
|
||||
sc := setupScenarioContext(url)
|
||||
|
||||
Reference in New Issue
Block a user