mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-16 21:14:27 +08: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
|