Disable captcha registration by default in tests

pull/14/head
Andrew Morgan 6 years ago committed by GitHub
parent 39e57f9728
commit d6e0be92fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tests/utils.py

@ -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…
Cancel
Save