Skip to content

Commit

Permalink
test/library: set keycloak cache to local
Browse files Browse the repository at this point in the history
  • Loading branch information
liouk committed Oct 23, 2024
1 parent a44a55d commit ca7d4bc
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 ca7d4bc

Please sign in to comment.