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 () {
63
63
64
64
it ( 'authenticates with a user provided credentials provider' , async function ( ) {
65
65
// @ts -expect-error We intentionally access a protected variable.
66
- const credentialProvider = AWSTeVmporaryCredentialProvider . awsSDK ;
66
+ const credentialProvider = AWSTemporaryCredentialProvider . awsSDK ;
67
67
client = this . configuration . newClient ( process . env . MONGODB_URI , {
68
68
authMechanismProperties : {
69
69
AWS_CREDENTIAL_PROVIDER : credentialProvider . fromNodeProviderChain ( )
@@ -385,7 +385,7 @@ describe('AWS KMS Credential Fetching', function () {
385
385
386
386
beforeEach ( function ( ) {
387
387
// @ts -expect-error We intentionally access a protected variable.
388
- credentialProvider = AWSTeVmporaryCredentialProvider . awsSDK ;
388
+ credentialProvider = AWSTemporaryCredentialProvider . awsSDK ;
389
389
} ) ;
390
390
391
391
it ( 'KMS credentials are successfully fetched.' , async function ( ) {
You can’t perform that action at this time.
0 commit comments