Skip to content

Commit

Permalink
test/library: start keycloak in developer mode
Browse files Browse the repository at this point in the history
  • Loading branch information
liouk committed Nov 8, 2024
1 parent 4e9ba65 commit 896904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/library/keycloakidp.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func AddKeycloakIDP(
&readinessProbe,
&livenessProbe,
true,
"/opt/keycloak/bin/kc.sh", "start",
"/opt/keycloak/bin/kc.sh", "start-dev",
)
cleanups = []func(){cleanup}
defer func() {
Expand Down

0 comments on commit 896904f

Please sign in to comment.