mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixes broken test
This commit is contained in:
parent
f257101c41
commit
fd0f9f2dd2
@ -293,7 +293,6 @@ func createTestContext(t *testing.T) *testContext {
|
|||||||
SQLStore: sqlstore,
|
SQLStore: sqlstore,
|
||||||
Cfg: &setting.Cfg{
|
Cfg: &setting.Cfg{
|
||||||
LoginCookieName: "grafana_session",
|
LoginCookieName: "grafana_session",
|
||||||
LoginCookieUsername: "grafana_username",
|
|
||||||
LoginCookieSecure: false,
|
LoginCookieSecure: false,
|
||||||
LoginCookieMaxDays: 7,
|
LoginCookieMaxDays: 7,
|
||||||
LoginDeleteExpiredTokensAfterDays: 30,
|
LoginDeleteExpiredTokensAfterDays: 30,
|
||||||
|
Loading…
Reference in New Issue
Block a user