Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jan 29, 2025
1 parent f5d0872 commit 39e8251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/auth/mongodb_aws.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('MONGODB-AWS', function () {

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

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

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

0 comments on commit 39e8251

Please sign in to comment.