Skip to content

Commit

Permalink
react to gopkg.in/ldap.v2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Nov 28, 2017
1 parent 95cac05 commit 8f5944f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/ldaputil/url_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestParseURL(t *testing.T) {
},
"invalid filter": {
URL: "ldap://myhost:123/o=myorg?cn?one?(mygroup*)?ext=1",
ExpectedError: `invalid filter: LDAP Result Code 201 "": ldap: error parsing filter`,
ExpectedError: `invalid filter: LDAP Result Code 201 "Filter Compile Error": ldap: error parsing filter`,
},
"invalid segments": {
URL: "ldap://myhost:123/o=myorg?cn?one?(o=mygroup*)?ext=1?extrasegment",
Expand Down

0 comments on commit 8f5944f

Please sign in to comment.