Change admin_uri to admin_contact in config and errors

This commit is contained in:
Erik Johnston 2018-08-24 16:51:27 +01:00
parent 897d976c1e
commit 05077e06fa
7 changed files with 13 additions and 13 deletions

View file

@ -142,7 +142,7 @@ def setup_test_homeserver(
config.hs_disabled_limit_type = ""
config.max_mau_value = 50
config.mau_limits_reserved_threepids = []
config.admin_uri = None
config.admin_contact = None
# we need a sane default_room_version, otherwise attempts to create rooms will
# fail.