Remove test env skip
This commit is contained in:
parent
4c7ec05198
commit
d448d293de
|
@ -3,6 +3,4 @@ return unless APP_CONFIG.dig(:hcaptcha, :enabled)
|
||||||
Hcaptcha.configure do |config|
|
Hcaptcha.configure do |config|
|
||||||
config.site_key = APP_CONFIG.dig(:hcaptcha, :site_key)
|
config.site_key = APP_CONFIG.dig(:hcaptcha, :site_key)
|
||||||
config.secret_key = APP_CONFIG.dig(:hcaptcha, :secret_key)
|
config.secret_key = APP_CONFIG.dig(:hcaptcha, :secret_key)
|
||||||
|
|
||||||
config.skip_verify_env.delete 'test'
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue