Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
10
research/chatwoot/spec/factories/sla_events.rb
Normal file
10
research/chatwoot/spec/factories/sla_events.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
FactoryBot.define do
|
||||
factory :sla_event do
|
||||
applied_sla
|
||||
conversation
|
||||
event_type { 'frt' }
|
||||
account { conversation.account }
|
||||
inbox { conversation.inbox }
|
||||
sla_policy { applied_sla.sla_policy }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user