Fix email validation in test

This commit is contained in:
Alex Sherman 2021-10-07 16:45:42 +05:00
parent 70a6a44525
commit 763c91a9fe
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ namespace :verify_email do
desc 'Starts verifying email jobs with optional check level and spam protection'
task check_all: :environment do
SPAM_PROTECT_TIMEOUT = 30.seconds
options = {
domain_name: nil,
check_level: 'regex',