Skip to content

Commit dd39861

Browse files
committed
test(serverless): name Vercel lifecycle coverage accurately
1 parent 9db7db4 commit dd39861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dd-trace/test/serverless.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ describe('Vercel telemetry retention', () => {
222222
}
223223
})
224224

225-
it('registers retention through tracer configuration when tracing is disabled', async () => {
225+
it('registers retention through tracer configuration', async () => {
226226
let retained
227227
globalThis[requestContext] = {
228228
get: () => ({ waitUntil: promise => { retained = promise } }),

0 commit comments

Comments
 (0)