Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
8
research/chatwoot/spec/factories/folders.rb
Normal file
8
research/chatwoot/spec/factories/folders.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
FactoryBot.define do
|
||||
factory :folder, class: 'Folder' do
|
||||
account_id { 1 }
|
||||
name { 'MyString' }
|
||||
description { 'MyText' }
|
||||
category_id { 1 }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user