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,