diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-12-24 10:44:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-24 10:44:33 +0100 |
commit | f85676cc93e6d7025acb60b29cdf1e43bad3357e (patch) | |
tree | 01af1278939f16b860dc12d774828bd8aa1dbab9 /tests/utils.py | |
parent | Merge pull request #4317 from de-vri-es/test-metric-prometheus-0.5 (diff) | |
download | synapse-f85676cc93e6d7025acb60b29cdf1e43bad3357e.tar.xz |
Return well_known in /login response (#4319)
... as per MSC1730.
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py index 38e689983d..08d6faa0a6 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -140,6 +140,9 @@ def default_config(name): config.rc_messages_per_second = 10000 config.rc_message_burst_count = 10000 config.saml2_enabled = False + config.public_baseurl = None + config.default_identity_server = None + config.use_frozen_dicts = False # we need a sane default_room_version, otherwise attempts to create rooms will |