diff options
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py index 52ab762010..38e689983d 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -139,7 +139,7 @@ def default_config(name): config.admin_contact = None config.rc_messages_per_second = 10000 config.rc_message_burst_count = 10000 - + config.saml2_enabled = False config.use_frozen_dicts = False # we need a sane default_room_version, otherwise attempts to create rooms will |