feat: enable Dialogflow integration all inboxes except email (#3285)

Fixes #2461

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Muhsin Keloth
2021-11-12 17:53:03 +05:30
committed by GitHub
parent d78cb67a2a
commit cf5f6d5a74
8 changed files with 29 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
FactoryBot.define do
factory :integrations_hook, class: 'Integrations::Hook' do
app_id { 'slack' }
inbox
account
settings { { test: 'test' } }
status { Integrations::Hook.statuses['enabled'] }