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)'], },