Feature: Webhooks (#489)
This commit is contained in:
7
spec/factories/webhooks.rb
Normal file
7
spec/factories/webhooks.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
FactoryBot.define do
|
||||
factory :webhook do
|
||||
account_id { 1 }
|
||||
inbox_id { 1 }
|
||||
urls { ['MyString'] }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user