Skip to content

Commit

Permalink
fix ldap validation
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Oct 17, 2024
1 parent 8b42afc commit 9a2ce16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldap/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ func TestConfigValidator(t *testing.T) {
expectedGroups := set.CreateStringSet(
"cn=projecta,ou=groups,ou=swengg,dc=min,dc=io",
"cn=projectb,ou=groups,ou=swengg,dc=min,dc=io",
"cn=project/d,ou=groups,ou=swengg,dc=min,dc=io",
)

for i, test := range testCases {
Expand Down

0 comments on commit 9a2ce16

Please sign in to comment.