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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1446,11 +1446,11 @@ public async Task KmsRetryTest(
1446
1446
{
1447
1447
{"region","foo"},
1448
1448
{"key","bar"},
1449
-
{"endpoint","127.0.0.1:9003"}
1449
+
{"endpoint",$"{endpoint}"}
1450
1450
},
1451
1451
"azure"=>newBsonDocument
1452
1452
{
1453
-
{"keyVaultEndpoint","127.0.0.1:9003"},
1453
+
{"keyVaultEndpoint",$"{endpoint}"},
1454
1454
{"keyName","foo"},
1455
1455
},
1456
1456
"gcp"=>newBsonDocument
@@ -1459,7 +1459,7 @@ public async Task KmsRetryTest(
0 commit comments