mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
fix broken code
This commit is contained in:
@ -64,7 +64,7 @@ func recoveryScenario(desc string, url string, fn scenarioFunc) {
|
||||
Delims: macaron.Delims{Left: "[[", Right: "]]"},
|
||||
}))
|
||||
|
||||
sc.m.Use(GetContextHandler())
|
||||
sc.m.Use(GetContextHandler(nil))
|
||||
// mock out gc goroutine
|
||||
session.StartSessionGC = func() {}
|
||||
sc.m.Use(Sessioner(&ms.Options{}, 0))
|
||||
|
Reference in New Issue
Block a user