mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 18:17:13 -04:00
Rename config field to reflect yaml name
This commit is contained in:
parent
5f280837a6
commit
5054806ec1
6 changed files with 10 additions and 10 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue