Skip to content

Commit 678f44d

Browse files
committed
test: add authSource option to MongoClient.close() integration test
1 parent 29779d7 commit 678f44d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)