mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge pull request #4839 from matrix-org/anoa/no_captcha_tests
Disable captcha registration by default in tests
This commit is contained in:
commit
b61ac9660a
1
changelog.d/4839.misc
Normal file
1
changelog.d/4839.misc
Normal file
@ -0,0 +1 @@
|
||||
Disable captcha registration by default in unit tests.
|
@ -115,6 +115,7 @@ def default_config(name):
|
||||
config.signing_key = [MockKey()]
|
||||
config.event_cache_size = 1
|
||||
config.enable_registration = True
|
||||
config.enable_registration_captcha = False
|
||||
config.macaroon_secret_key = "not even a little secret"
|
||||
config.expire_access_token = False
|
||||
config.server_name = name
|
||||
|
Loading…
Reference in New Issue
Block a user