File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( ) {
You can’t perform that action at this time.
0 commit comments