Fix the mock homserver used in the tests

This commit is contained in:
Mark Haines 2016-01-29 14:53:14 +00:00
parent 47374a33fc
commit f2d5ff5bf2

View File

@ -49,6 +49,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs):
config.disable_registration = False
config.macaroon_secret_key = "not even a little secret"
config.server_name = "server.under.test"
config.trusted_third_party_id_servers = []
if "clock" not in kargs:
kargs["clock"] = MockClock()