mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com> Co-authored-by: Sojan Jose <sojan@pepalo.com>
8 lines
109 B
Ruby
8 lines
109 B
Ruby
FactoryBot.define do
|
|
factory :agent_bot_inbox do
|
|
inbox
|
|
agent_bot
|
|
status { 'active' }
|
|
end
|
|
end
|