From f5be985807fc0802f18ed3998b33d6e2a2eab7ae Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Thu, 11 Jan 2024 19:32:59 +0100 Subject: [PATCH] fix e2e tests Signed-off-by: Marc 'risson' Schmitt --- tests/e2e/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)