Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinhoyeh committed Mar 11, 2024
1 parent ccab708 commit b13fb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/ldap/ldap_test.go
Expand Up @@ -92,7 +92,7 @@ func TestQuery(t *testing.T) {
{
name: "invalid wildcard password",
username: "john",
password: "*", //wildcard password is not allowed
password: "*", // wildcard password is not allowed
wantBadPW: true, // Want invalid password, not a query error.
},
}
Expand Down

0 comments on commit b13fb33

Please sign in to comment.