Skip to content

Commit ca61fd7

Browse files
committed
update test case
1 parent a23e594 commit ca61fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integration/client_side_encryption_prose_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3212,7 +3212,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
32123212
dkOpts := options.DataKey()
32133213
_, err = clientEncryption.CreateDataKey(context.Background(), "aws", dkOpts)
32143214
assert.NoErrorf(mt, err, "unexpected error %v", err)
3215-
assert.Equal(mt, 1, calledCount, "expected credential provider to be called once")
3215+
assert.Equal(mt, 2, calledCount, "expected credential provider to be called once")
32163216
})
32173217

32183218
mt.Run("Case 3: AutoEncryptionOpts with credentialProviders and incorrect kmsProviders", func(mt *mtest.T) {

0 commit comments

Comments
 (0)