mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-05 14:18:55 +01:00
Fix test
This commit is contained in:
parent
a9c2e930ac
commit
33122c5a1b
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,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.auto_join_rooms = []
|
||||
|
||||
# init the thing we're testing
|
||||
self.servlet = RegisterRestServlet(self.hs)
|
||||
|
|
Loading…
Reference in a new issue