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