From 7c639d5429f536d779e3a10c5e3cd2701e0ad86c Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Thu, 28 Dec 2023 12:58:37 +0100 Subject: [PATCH] fix tests Signed-off-by: Marc 'risson' Schmitt --- authentik/root/test_runner.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authentik/root/test_runner.py b/authentik/root/test_runner.py index 5c5c058e2..4cef56bad 100644 --- a/authentik/root/test_runner.py +++ b/authentik/root/test_runner.py @@ -39,6 +39,8 @@ class PytestTestRunner(DiscoverRunner): # pragma: no cover f"ghcr.io/goauthentik/dev-%(type)s:{get_docker_tag()}", ) CONFIG.set("error_reporting.sample_rate", 0) + CONFIG.set("tenants.enabled", False) + CONFIG.set("outposts.disable_embedded_outpost", False) sentry_init( environment="testing", send_default_pii=True,