fix: missing metrics and labels from label summary (#11718)

This commit is contained in:
Shivam Mishra
2025-06-12 17:58:56 +05:30
committed by GitHub
parent 6baca40597
commit ac3bce3932
4 changed files with 10 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ RSpec.describe V2::Reports::LabelSummaryBuilder do
create(:reporting_event,
account: account,
conversation: conv,
name: 'reply',
name: 'reply_time',
value: (15 + (idx * 5)) * 60,
value_in_business_hours: (10 + (idx * 3)) * 60,
created_at: Time.zone.today)