From fd0f9f2dd22f58da3f922a0971ca901efbdb4214 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 24 Jan 2019 12:06:44 +0100 Subject: [PATCH] fixes broken test --- pkg/services/auth/auth_token_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/services/auth/auth_token_test.go b/pkg/services/auth/auth_token_test.go index 1dce15afb1b..f136dbd80be 100644 --- a/pkg/services/auth/auth_token_test.go +++ b/pkg/services/auth/auth_token_test.go @@ -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,