Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bengl committed Jan 29, 2025
1 parent 404c19e commit dc9f5d4
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('esm', () => {
})
}).timeout(50000)

it('disables middleware spans when config.middlewareTracingEnabled is set to false through environment variable', async () => {
it('disables middleware spans when config.middlewareTracingEnabled is false via env var', async () => {
process.env.DD_TRACE_MIDDLEWARE_ENABLED = false
proc = await spawnPluginIntegrationTestProc(sandbox.folder, 'server.mjs', agent.port)
const numberOfSpans = 1
Expand Down

0 comments on commit dc9f5d4

Please sign in to comment.