Skip to content

Commit 3edd7f9

Browse files
committed
fix: lint
1 parent 5caa5f5 commit 3edd7f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/integration/auth/mongodb_aws.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ describe('MONGODB-AWS', function () {
162162
});
163163
});
164164

165-
context('when using a custom credential provider', function () {
166-
});
167-
});
168-
169165
it('should allow empty string in authMechanismProperties.AWS_SESSION_TOKEN to override AWS_SESSION_TOKEN environment variable', function () {
170166
client = this.configuration.newClient(this.configuration.url(), {
171167
authMechanismProperties: { AWS_SESSION_TOKEN: '' }

0 commit comments

Comments
 (0)