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

@ -122,7 +122,7 @@ class EventStreamPermissionsTestCase(RestTestCase):
self.ratelimiter = hs.get_ratelimiter()
self.ratelimiter.send_message.return_value = (True, 0)
hs.config.enable_registration_captcha = False
hs.config.disable_registration = False
hs.config.enable_registration = True
hs.get_handlers().federation_handler = Mock()