Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
7
research/chatwoot/spec/factories/installation_config.rb
Normal file
7
research/chatwoot/spec/factories/installation_config.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
FactoryBot.define do
|
||||
factory :installation_config do
|
||||
name { 'xyc' }
|
||||
value { 1.5 }
|
||||
locked { true }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user