We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29779d7 commit 678f44dCopy full SHA for 678f44d
1 file changed
test/integration/node-specific/client_close.test.ts
@@ -67,6 +67,7 @@ describe('MongoClient.close() Integration', () => {
67
const infiniteFile = '/dev/zero';
68
process.env.OIDC_TOKEN_FILE = infiniteFile;
69
const options = {
70
+ authSource: '',
71
authMechanismProperties: { ENVIRONMENT: 'test' },
72
authMechanism: 'MONGODB-OIDC'
73
} as const;
0 commit comments