Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stillya committed Sep 5, 2024
1 parent 3aeaf9c commit 4702dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func shutDown() {

func RunContainer(ctx context.Context) (*keycloak.KeycloakContainer, error) {
return keycloak.RunContainer(ctx,
"quay.io/keycloak/keycloak:24.0",
"keycloak/keycloak:24.0",
keycloak.WithContextPath("/auth"),
keycloak.WithRealmImportFile("../testdata/realm-export.json"),
keycloak.WithAdminUsername("admin"),
Expand Down
2 changes: 1 addition & 1 deletion _example/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func shutDown() {

func RunContainer(ctx context.Context) (*keycloak.KeycloakContainer, error) {
return keycloak.Run(ctx,
"quay.io/keycloak/keycloak:24.0",
"keycloak/keycloak:24.0",
keycloak.WithContextPath("/auth"),
keycloak.WithRealmImportFile("../testdata/realm-export.json"),
keycloak.WithAdminUsername("admin"),
Expand Down

0 comments on commit 4702dcc

Please sign in to comment.