summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-01-20 12:30:41 +0000
committerGitHub <noreply@github.com>2021-01-20 12:30:41 +0000
commitfa50e4bf4ddcb8e98d44700513a28c490f80f02b (patch)
tree2f2647326c36624c91c5aaf8a350d6fba47a541a /tests/utils.py
parentUse the account handler in additional places. (#9166) (diff)
downloadsynapse-fa50e4bf4ddcb8e98d44700513a28c490f80f02b.tar.xz
Give `public_baseurl` a default value (#9159)
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 977eeaf6ee..09614093bc 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -159,7 +159,6 @@ def default_config(name, parse=False):
             "remote": {"per_second": 10000, "burst_count": 10000},
         },
         "saml2_enabled": False,
-        "public_baseurl": None,
         "default_identity_server": None,
         "key_refresh_interval": 24 * 60 * 60 * 1000,
         "old_signing_keys": {},