fixes broken test

This commit is contained in:
bergquist 2019-01-24 12:06:44 +01:00
parent f257101c41
commit fd0f9f2dd2

View File

@ -293,7 +293,6 @@ func createTestContext(t *testing.T) *testContext {
SQLStore: sqlstore,
Cfg: &setting.Cfg{
LoginCookieName: "grafana_session",
LoginCookieUsername: "grafana_username",
LoginCookieSecure: false,
LoginCookieMaxDays: 7,
LoginDeleteExpiredTokensAfterDays: 30,