Skip to content

Commit

Permalink
Left in a .only that doesn't belong
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Sep 13, 2024
1 parent 6fd593c commit a6352bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('Segment.io retries 500s and 429', () => {
expect(fetch.mock.lastCall[1].body).toContain('"retryCount":')
})

test.only('delays retry on 429', async () => {
test('delays retry on 429', async () => {
const headers = new Headers()
const resetTime = 1234
headers.set('x-ratelimit-reset', resetTime.toString())
Expand Down

0 comments on commit a6352bb

Please sign in to comment.