From dd7d70626e03017e7283c9ff267b5528bec8d476 Mon Sep 17 00:00:00 2001 From: Priscila Oliveira Date: Fri, 5 Jul 2024 08:36:38 +0200 Subject: [PATCH] fix test --- static/app/views/organizationStats/index.spec.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/app/views/organizationStats/index.spec.tsx b/static/app/views/organizationStats/index.spec.tsx index dee37c3a0229b5..8c67e74f033771 100644 --- a/static/app/views/organizationStats/index.spec.tsx +++ b/static/app/views/organizationStats/index.spec.tsx @@ -115,7 +115,7 @@ describe('OrganizationStats', function () { UsageStatsOrg: { statsPeriod: DEFAULT_STATS_PERIOD, interval: '1h', - groupBy: ['category', 'outcome'], + groupBy: ['category', 'outcome', 'reason'], project: [-1], field: ['sum(quantity)'], }, @@ -314,7 +314,7 @@ describe('OrganizationStats', function () { query: { statsPeriod: DEFAULT_STATS_PERIOD, interval: '1h', - groupBy: ['category', 'outcome'], + groupBy: ['category', 'outcome', 'reason'], project: selectedProjects, field: ['sum(quantity)'], }, @@ -355,7 +355,7 @@ describe('OrganizationStats', function () { query: { statsPeriod: DEFAULT_STATS_PERIOD, interval: '1h', - groupBy: ['category', 'outcome'], + groupBy: ['category', 'outcome', 'reason'], project: selectedProject, field: ['sum(quantity)'], },