adjust login OTP form
This commit is contained in:
committed by
Pete Matsyburka
parent
8e8e5e0e29
commit
30115fc0dc
@@ -0,0 +1,12 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :email_event do
|
||||
account
|
||||
event_type { 'bounce' }
|
||||
message_id { SecureRandom.uuid }
|
||||
tag { 'submitter_invitation' }
|
||||
email { Faker::Internet.email }
|
||||
event_datetime { 1.hour.ago }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user