mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Unit tests do not need captchas.
This commit is contained in:
parent
1a298aad9c
commit
027f51763e
@ -145,6 +145,7 @@ class EventStreamPermissionsTestCase(RestTestCase):
|
||||
)
|
||||
self.ratelimiter = hs.get_ratelimiter()
|
||||
self.ratelimiter.send_message.return_value = (True, 0)
|
||||
hs.config.enable_registration_captcha = False
|
||||
|
||||
hs.get_handlers().federation_handler = Mock()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user