mock registrations_require_3pid

This commit is contained in:
Matthew Hodgson 2018-01-19 00:28:08 +00:00
parent 28a6ccb49c
commit 81d037dbd8

View file

@ -49,6 +49,7 @@ class RegisterRestServletTestCase(unittest.TestCase):
self.hs.get_auth_handler = Mock(return_value=self.auth_handler)
self.hs.get_device_handler = Mock(return_value=self.device_handler)
self.hs.config.enable_registration = True
self.hs.config.registrations_require_3pid = []
self.hs.config.auto_join_rooms = []
# init the thing we're testing