fix broken code

This commit is contained in:
Marcus Efraimsson
2019-01-17 20:29:26 +01:00
parent 97c7963f17
commit 81879f0162
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ func setupScenarioContext(url string) *scenarioContext {
Delims: macaron.Delims{Left: "[[", Right: "]]"},
}))
sc.m.Use(middleware.GetContextHandler())
sc.m.Use(middleware.GetContextHandler(nil))
sc.m.Use(middleware.Sessioner(&session.Options{}, 0))
return sc