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,