Skip to content

Commit 39e8251

Browse files
committed
fix: typo
1 parent f5d0872 commit 39e8251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/auth/mongodb_aws.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('MONGODB-AWS', function () {
6363

6464
it('authenticates with a user provided credentials provider', async function () {
6565
// @ts-expect-error We intentionally access a protected variable.
66-
const credentialProvider = AWSTeVmporaryCredentialProvider.awsSDK;
66+
const credentialProvider = AWSTemporaryCredentialProvider.awsSDK;
6767
client = this.configuration.newClient(process.env.MONGODB_URI, {
6868
authMechanismProperties: {
6969
AWS_CREDENTIAL_PROVIDER: credentialProvider.fromNodeProviderChain()
@@ -385,7 +385,7 @@ describe('AWS KMS Credential Fetching', function () {
385385

386386
beforeEach(function () {
387387
// @ts-expect-error We intentionally access a protected variable.
388-
credentialProvider = AWSTeVmporaryCredentialProvider.awsSDK;
388+
credentialProvider = AWSTemporaryCredentialProvider.awsSDK;
389389
});
390390

391391
it('KMS credentials are successfully fetched.', async function () {

0 commit comments

Comments
 (0)