Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev committed Jul 5, 2024
1 parent 22e7995 commit dd7d706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/app/views/organizationStats/index.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)'],
},
Expand Down Expand Up @@ -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)'],
},
Expand Down Expand Up @@ -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)'],
},
Expand Down

0 comments on commit dd7d706

Please sign in to comment.