Skip to content

Commit

Permalink
fix: sentry typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Nov 9, 2022
1 parent 93e26f1 commit 1bb7920
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('sentry service', () => {
const res = await sentryService.fetchTransactions({
organisation: 'org',
project: 'pro',
statsPeriod: TWENTY_FOUR_HOURS_IN_MS,
statsPeriod: '24h',
perPage: 100,
token: config.apiToken,
cursor: '',
Expand All @@ -85,7 +85,7 @@ describe('sentry service', () => {
transaction: 'fake_trans',
organisation: 'org',
project: 'pro',
statsPeriod: TWENTY_FOUR_HOURS_IN_MS,
statsPeriod: '24h',
perPage: 100,
token: config.apiToken,
cursor: '',
Expand Down

0 comments on commit 1bb7920

Please sign in to comment.