Remove --feature=declarative-user-profile from testing container launch script

This commit is contained in:
Joseph Garrone 2024-05-14 01:47:08 +02:00
parent 1165477360
commit 3ce571daab

View File

@ -51,7 +51,7 @@ export function generateStartKeycloakTestingContainer(params: { jarFilePath: str
)}":"/opt/keycloak/themes/${themeName}":rw \\` )}":"/opt/keycloak/themes/${themeName}":rw \\`
), ),
` -it quay.io/keycloak/keycloak:${keycloakVersion} \\`, ` -it quay.io/keycloak/keycloak:${keycloakVersion} \\`,
` start-dev --features=declarative-user-profile`, ` start-dev`,
"" ""
].join("\n"), ].join("\n"),
"utf8" "utf8"