Chatwoot/spec/factories/agent_bot_inboxes.rb

8 lines
109 B
Ruby
Raw Permalink Normal View History

FactoryBot.define do
factory :agent_bot_inbox do
inbox
agent_bot
status { 'active' }
end
end