diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-20 12:30:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 12:30:41 +0000 |
commit | fa50e4bf4ddcb8e98d44700513a28c490f80f02b (patch) | |
tree | 2f2647326c36624c91c5aaf8a350d6fba47a541a /tests/utils.py | |
parent | Use the account handler in additional places. (#9166) (diff) | |
download | synapse-fa50e4bf4ddcb8e98d44700513a28c490f80f02b.tar.xz |
Give `public_baseurl` a default value (#9159)
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 1 |
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": {}, |