Skip to content

Commit f169ec6

Browse files
committed
test: fix
1 parent 31e7f12 commit f169ec6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/auth/mongodb_aws.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ describe('MONGODB-AWS', function () {
247247
this.skipReason = 'Test only runs when credentials are present in the environment';
248248
return this.skip();
249249
}
250-
// @ts-expect-error We intentionally access a protected variable.
251-
const credentialProvider = AWSTemporaryCredentialProvider.awsSDK;
250+
const credentialProvider = AWSSDKCredentialProvider.awsSDK;
252251
provider = async () => {
253252
providerCount++;
254253
return await credentialProvider.fromNodeProviderChain().apply();

0 commit comments

Comments
 (0)