9
spec/factories/channel/twilio_sms.rb
Normal file
9
spec/factories/channel/twilio_sms.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
FactoryBot.define do
|
||||
factory :channel_twilio_sms, class: 'Channel::TwilioSms' do
|
||||
auth_token { SecureRandom.uuid }
|
||||
account_sid { SecureRandom.uuid }
|
||||
sequence(:phone_number) { |n| "+123456789#{n}1" }
|
||||
inbox
|
||||
account
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user