Remove test env skip

This commit is contained in:
Dominik M. Kwiatek 2020-05-27 22:33:54 +01:00
parent 4c7ec05198
commit d448d293de
1 changed files with 0 additions and 2 deletions

View File

@ -3,6 +3,4 @@ return unless APP_CONFIG.dig(:hcaptcha, :enabled)
Hcaptcha.configure do |config|
config.site_key = APP_CONFIG.dig(:hcaptcha, :site_key)
config.secret_key = APP_CONFIG.dig(:hcaptcha, :secret_key)
config.skip_verify_env.delete 'test'
end