c119c6577b
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
7 lines
132 B
Ruby
7 lines
132 B
Ruby
FactoryBot.define do
|
|
factory :webhook do
|
|
account_id { 1 }
|
|
inbox_id { 1 }
|
|
url { 'https://api.chatwoot.com' }
|
|
end
|
|
end
|