Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
7
research/chatwoot/spec/factories/data_import.rb
Normal file
7
research/chatwoot/spec/factories/data_import.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
FactoryBot.define do
|
||||
factory :data_import do
|
||||
data_type { 'contacts' }
|
||||
import_file { Rack::Test::UploadedFile.new(Rails.root.join('spec/assets/contacts.csv'), 'text/csv') }
|
||||
account
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user