From 77b806eb4ec604412c2ca8c43f0eeff94a8d4ce9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 28 Jun 2025 02:25:58 +0200 Subject: Remove SAML/2 auth --- tests/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/utils.py') diff --git a/tests/utils.py b/tests/utils.py index 0006bd7a8d..5a57c015a9 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -202,7 +202,6 @@ def default_config( }, "rc_3pid_validation": {"per_second": 10000, "burst_count": 10000}, "rc_presence": {"per_user": {"per_second": 10000, "burst_count": 10000}}, - "saml2_enabled": False, "public_baseurl": None, "default_identity_server": None, "key_refresh_interval": 24 * 60 * 60 * 1000, -- cgit 1.5.1