diff --git a/pkg/login/ldap_test.go b/pkg/login/ldap_test.go index 9d9e7c53667..8aa1a0652cb 100644 --- a/pkg/login/ldap_test.go +++ b/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"},