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 cc7c745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/auth/mongodb_aws.test.ts
Original file line number Diff line number Diff line change
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 cc7c745

Please sign in to comment.