diff --git a/tests/e2e/utils.py b/tests/e2e/utils.py index 273c379d9..fdf742845 100644 --- a/tests/e2e/utils.py +++ b/tests/e2e/utils.py @@ -81,7 +81,7 @@ class SeleniumTestCase(DockerTestCase, StaticLiveServerTestCase): if IS_CI: print("::group::authentik Logs", file=stderr) super().setUp() - apps.get_app_config("authentik_tenants").reconcile() + apps.get_app_config("authentik_tenants").ready() self.wait_timeout = 60 self.driver = self._get_driver() self.driver.implicitly_wait(30)