Kaynağa Gözat

pass DN in ldap test

Dan Cech 7 yıl önce
ebeveyn
işleme
c8a0c1e6b8
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      pkg/login/ldap_test.go

+ 1 - 0
pkg/login/ldap_test.go

@@ -65,6 +65,7 @@ func TestLdapAuther(t *testing.T) {
 			sc.userQueryReturns(nil)
 
 			result, err := ldapAuther.GetGrafanaUserFor(nil, &LdapUserInfo{
+				DN:       "torkelo",
 				Username: "torkelo",
 				Email:    "my@email.com",
 				MemberOf: []string{"cn=editor"},