소스 검색

fixes broken test

bergquist 7 년 전
부모
커밋
fd0f9f2dd2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      pkg/services/auth/auth_token_test.go

+ 0 - 1
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,