test(e2e): Fix syntax (#4164)

pull/4174/head
Michael Li 2 years ago committed by GitHub
parent b696f1653d
commit 0adfe2d5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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),

Loading…
Cancel
Save