Skip to content

Commit 2bc6ccb

Browse files
committed
fix service mode full
1 parent a129ed3 commit 2bc6ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/datadog-plugin-mongodb-core/test/core.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ describe('Plugin', () => {
460460

461461
describe('with dbmPropagationMode full', () => {
462462
before(() => {
463-
return agent.load('mongodb-core', { dbmPropagationMode: 'service' })
463+
return agent.load('mongodb-core', { dbmPropagationMode: 'full' })
464464
})
465465

466466
after(() => {

0 commit comments

Comments
 (0)