fix(security): enable sla feature in enterprise conversations spec
This commit is contained in:
+1
@@ -13,6 +13,7 @@ RSpec.describe 'Enterprise Conversations API', type: :request do
|
||||
let(:agent) { create(:user, account: account, role: :agent) }
|
||||
|
||||
before do
|
||||
account.enable_features!('sla')
|
||||
create(:inbox_member, user: agent, inbox: conversation.inbox)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user