Skip to content

Commit f965785

Browse files
committed
fix: test
1 parent 2cbada2 commit f965785

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/client-side-encryption/client_side_encryption.prose.26.custom_aws_credential_providers.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { expect } from 'chai';
22

33
/* eslint-disable @typescript-eslint/no-restricted-imports */
44
import { ClientEncryption } from '../../../src/client-side-encryption/client_encryption';
5-
import { getCSFLEKMSProviders } from '../../csfle-kms-providers';
65
import { AWSTemporaryCredentialProvider, Binary } from '../../mongodb';
76
import { getEncryptExtraOptions } from '../../tools/utils';
87

@@ -62,7 +61,7 @@ describe('25. Custom AWS Credential Providers', metadata, () => {
6261
beforeEach(function () {
6362
const options = {
6463
keyVaultNamespace: 'keyvault.datakeys',
65-
kmsProviders: getCSFLEKMSProviders(),
64+
kmsProviders: { aws: {} },
6665
credentialProviders: { aws: credentialProvider.fromNodeProviderChain() },
6766
extraOptions: getEncryptExtraOptions()
6867
};

0 commit comments

Comments
 (0)