Skip to content

Commit 5ec0fc1

Browse files
committed
test: update authSource option in MongoClient.close() integration test
1 parent 678f44d commit 5ec0fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/client_close.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('MongoClient.close() Integration', () => {
6767
const infiniteFile = '/dev/zero';
6868
process.env.OIDC_TOKEN_FILE = infiniteFile;
6969
const options = {
70-
authSource: '',
70+
authSource: '$external',
7171
authMechanismProperties: { ENVIRONMENT: 'test' },
7272
authMechanism: 'MONGODB-OIDC'
7373
} as const;

0 commit comments

Comments
 (0)