diff options
author | Mark Haines <mark.haines@matrix.org> | 2016-05-16 19:48:07 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2016-05-16 19:48:07 +0100 |
commit | 821306120a846204e3fcd0cc93ab6df2f6d05f43 (patch) | |
tree | 83858a876c0ef776359bc052113ca75bc5ac8e42 /tests/utils.py | |
parent | Spell "domain" correctly (diff) | |
download | synapse-821306120a846204e3fcd0cc93ab6df2f6d05f43.tar.xz |
Replaces calls to fetch_room_distributions_into with get_joined_hosts_for_room
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py index 9d7978a642..59d985b5f2 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -50,7 +50,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs): config.enable_registration = True config.macaroon_secret_key = "not even a little secret" config.expire_access_token = False - config.server_name = "server.under.test" + config.server_name = name config.trusted_third_party_id_servers = [] config.room_invite_state_types = [] |