You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/MongoDB.Driver.Tests/Specifications/client-side-encryption/prose-tests/ClientEncryptionProseTests.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -490,8 +490,8 @@ public void CreateDataKeyAndDoubleEncryptionTest(
490
490
}
491
491
492
492
using (varclient= ConfigureClient())
493
-
using (varclientEncrypted= ConfigureClientEncrypted(BsonDocument.Parse(SchemaMap)))
494
-
using (varclientEncryption= ConfigureClientEncryption(clientEncrypted))
493
+
using (varclientEncrypted= ConfigureClientEncrypted(BsonDocument.Parse(SchemaMap),kmsProviderFilter:kmsProvider))
494
+
using (varclientEncryption= ConfigureClientEncryption(clientEncrypted,kmsProviderFilter:kmsProvider))
495
495
{
496
496
var dataKeyOptions = CreateDataKeyOptions(kmsProvider);
497
497
var dataKey = CreateDataKey(clientEncryption,kmsProvider,dataKeyOptions,async);
@@ -585,8 +585,8 @@ public void CustomEndpointTest(
0 commit comments