mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-21 21:44:52 +00:00
8 lines
132 B
Ruby
8 lines
132 B
Ruby
FactoryBot.define do
|
|
factory :webhook do
|
|
account_id { 1 }
|
|
inbox_id { 1 }
|
|
url { 'https://api.chatwoot.com' }
|
|
end
|
|
end
|