We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b6f0e commit 111bd09Copy full SHA for 111bd09
modules/keycloak/testcontainers/keycloak/__init__.py
@@ -80,7 +80,6 @@ def _readiness_probe(self) -> None:
80
wait_for_logs(self, "Added user .* to realm .*")
81
82
def start(self) -> "KeycloakContainer":
83
- self._configure()
84
super().start()
85
self._readiness_probe()
86
return self
0 commit comments