Skip to content
Snippets Groups Projects
Unverified Commit b61ac966 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Merge pull request #4839 from matrix-org/anoa/no_captcha_tests

Disable captcha registration by default in tests
parents 2326e00b 50924ee3
No related branches found
No related tags found
No related merge requests found
Disable captcha registration by default in unit tests.
\ No newline at end of file
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment