Feature: As a admin, I should be able to add webhooks to account (#572)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e8cf59c661
commit
c119c6577b
@@ -2,6 +2,6 @@ FactoryBot.define do
|
||||
factory :webhook do
|
||||
account_id { 1 }
|
||||
inbox_id { 1 }
|
||||
url { 'MyString' }
|
||||
url { 'https://api.chatwoot.com' }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user