Skip to content

Commit

Permalink
Update packages/datadog-plugin-express/test/integration-test/client.s…
Browse files Browse the repository at this point in the history
…pec.js

Co-authored-by: Bryan English <[email protected]>
  • Loading branch information
ida613 and bengl authored Jan 23, 2025
1 parent af28561 commit 65bf5cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('esm', () => {
})

it('is instrumented', async () => {
process.env.DD_TRACE_MIDDLEWARE_ENABLED = true
delete process.env.DD_TRACE_MIDDLEWARE_ENABLED
proc = await spawnPluginIntegrationTestProc(sandbox.folder, 'server.mjs', agent.port)
const numberOfSpans = semver.intersects(version, '<5.0.0') ? 4 : 3

Expand Down

0 comments on commit 65bf5cb

Please sign in to comment.