summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-28 05:51:19 +0200
committerRory& <root@rory.gay>2025-06-28 05:51:19 +0200
commit3c8883fa627945f50957f431a3c07b55c8d10862 (patch)
treed80423df10d73456d904ca009d9a30348784e68c /tests/utils.py
parentTEMP: expose server error tracebacks (diff)
downloadsynapse-3c8883fa627945f50957f431a3c07b55c8d10862.tar.xz
Remove 3pid and identity servers
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/utils.py b/tests/utils.py

index 5a57c015a9..57986c18bc 100644 --- a/tests/utils.py +++ b/tests/utils.py
@@ -182,7 +182,6 @@ def default_config( "max_mau_value": 50, "mau_trial_days": 0, "mau_stats_only": False, - "mau_limits_reserved_threepids": [], "admin_contact": None, "rc_message": {"per_second": 10000, "burst_count": 10000}, "rc_registration": {"per_second": 10000, "burst_count": 10000}, @@ -203,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}}, "public_baseurl": None, - "default_identity_server": None, "key_refresh_interval": 24 * 60 * 60 * 1000, "old_signing_keys": {}, "tls_fingerprints": [],