Skip to content

Commit 3cd3004

Browse files
committed
test: update names
1 parent 370a3c7 commit 3cd3004

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('26. Custom AWS Credential Providers', metadata, () => {
3838
});
3939

4040
context(
41-
'Case 1: Explicit encryption with credentials and custom credential provider',
41+
'Case 1: ClientEncryption with credentialProviders and incorrect kmsProviders',
4242
metadata,
4343
function () {
4444
it('throws an error', metadata, function () {
@@ -58,7 +58,7 @@ describe('26. Custom AWS Credential Providers', metadata, () => {
5858
}
5959
);
6060

61-
context('Case 2: Explicit encryption with custom credential provider', metadata, function () {
61+
context('Case 2: ClientEncryption with credentialProviders works', metadata, function () {
6262
let clientEncryption;
6363
let providerCount = 0;
6464

@@ -88,7 +88,7 @@ describe('26. Custom AWS Credential Providers', metadata, () => {
8888
});
8989

9090
context(
91-
'Case 3: Auto encryption with credentials and custom credential provider',
91+
'Case 3: AutoEncryptionOpts with credentialProviders and incorrect kmsProviders',
9292
metadata,
9393
function () {
9494
it('throws an error', metadata, function () {

0 commit comments

Comments
 (0)