Skip to content

Commit

Permalink
test(e2e): Fix syntax (#4164)
Browse files Browse the repository at this point in the history
  • Loading branch information
moduli authored Dec 15, 2023
1 parent b696f16 commit 0adfe2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/internal/e2e/tests/base_plus/ldap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ func TestCliLdap(t *testing.T) {
"-bind-dn", c.LdapAdminDn,
"-bind-password", "env://LDAP_PW",
"-state", "active-public",
"-enable-groups", "true",
"-discover-dn", "true",
"-enable-groups=true",
"-discover-dn=true",
"-format", "json",
),
e2e.WithEnv("LDAP_PW", c.LdapAdminPassword),
Expand Down

0 comments on commit 0adfe2d

Please sign in to comment.