We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f8f93 commit 2fdb299Copy full SHA for 2fdb299
packages/datadog-plugin-aws-sdk/test/dynamodb.spec.js
@@ -271,9 +271,11 @@ describe('Plugin', () => {
271
})
272
273
describe('span pointers', () => {
274
- async function testSpanPointers ({ env, expectedHashes, operation }) {
+ this.afterEach(async () => {
275
await agent.close({ ritmReset: false, wipe: true })
276
+ })
277
278
+ async function testSpanPointers ({ env, expectedHashes, operation }) {
279
if (env) {
280
process.env.DD_TRACE_DYNAMODB_TABLE_PRIMARY_KEYS = env
281
} else {
0 commit comments