Skip to content

Commit

Permalink
fix: WithRealmImport now adds the --import-realm flag to the commands
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
  • Loading branch information
lbroudoux authored and slemke committed Nov 5, 2024
1 parent 71bfe75 commit f9a3848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/container/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class KeycloakContainer extends GenericContainer {
source,
target: Keycloak.IMPORT_PATH
}]);
this.configuration.withRealmImport();
return this;
}

Expand Down

0 comments on commit f9a3848

Please sign in to comment.