Fix the mock homserver used in the tests

pull/539/head
Mark Haines 2016-01-29 14:53:14 +00:00
parent 47374a33fc
commit f2d5ff5bf2
1 changed files with 1 additions and 0 deletions

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()