Rename config field to reflect yaml name

This commit is contained in:
Daniel Wagner-Hall 2016-02-03 14:42:01 +00:00
parent 5f280837a6
commit 5054806ec1
6 changed files with 10 additions and 10 deletions

View file

@ -46,7 +46,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs):
config = Mock()
config.signing_key = [MockKey()]
config.event_cache_size = 1
config.disable_registration = False
config.enable_registration = True
config.macaroon_secret_key = "not even a little secret"
config.server_name = "server.under.test"
config.trusted_third_party_id_servers = []