Skip to content

Commit 8f5944f

Browse files
committed
react to gopkg.in/ldap.v2 bump
1 parent 95cac05 commit 8f5944f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/auth/ldaputil/url_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func TestParseURL(t *testing.T) {
6262
},
6363
"invalid filter": {
6464
URL: "ldap://myhost:123/o=myorg?cn?one?(mygroup*)?ext=1",
65-
ExpectedError: `invalid filter: LDAP Result Code 201 "": ldap: error parsing filter`,
65+
ExpectedError: `invalid filter: LDAP Result Code 201 "Filter Compile Error": ldap: error parsing filter`,
6666
},
6767
"invalid segments": {
6868
URL: "ldap://myhost:123/o=myorg?cn?one?(o=mygroup*)?ext=1?extrasegment",

0 commit comments

Comments
 (0)