Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Oct 14, 2024
1 parent 78d6ef0 commit be8019d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datadog-plugin-http/test/client.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('Plugin', () => {
if (appListener) {
appListener.close()
}
return agent.close({ ritmReset: false })
return agent.close({ ritmReset: false, wipe: true })
})

describe('without configuration', () => {
Expand Down

0 comments on commit be8019d

Please sign in to comment.