chore: verbosely log errors for leadsquare activity failure (#14407)

This commit is contained in:
Shivam Mishra
2026-05-11 10:58:23 +05:30
committed by GitHub
parent cc612e755b
commit bc768bf04f
2 changed files with 13 additions and 5 deletions
@@ -157,7 +157,7 @@ RSpec.describe Crm::Leadsquared::ProcessorService do
it 'logs the error' do
service.handle_conversation_created(conversation)
expect(Rails.logger).to have_received(:error).with(/Error creating conversation activity/)
expect(Rails.logger).to have_received(:error).with(/LeadSquared conversation activity failed/)
end
end
end