Skip to content

Commit

Permalink
Remove wipe: true
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Oct 11, 2024
1 parent 8c937fc commit 4d2611d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/datadog-plugin-fastify/test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Plugin', () => {
})

after(() => {
return agent.close({ ritmReset: false, wipe: true })
return agent.close({ ritmReset: false })
})

beforeEach(() => {
Expand Down Expand Up @@ -555,7 +555,7 @@ describe('Plugin', () => {
})

after(() => {
return agent.close({ ritmReset: false, wipe: true })
return agent.close({ ritmReset: false })
})

beforeEach(() => {
Expand Down

0 comments on commit 4d2611d

Please sign in to comment.