Skip to content

Commit 82483d7

Browse files
Sync test wording.
1 parent 1c0d9b0 commit 82483d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/MongoDB.Driver.Tests/Specifications/client-side-encryption/tests/fle2-Compact.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"runOn": [
33
{
44
"minServerVersion": "6.0.0",
5-
"topologies": [
5+
"topology": [
66
"replicaset",
77
"sharded"
88
]

tests/MongoDB.Driver.Tests/Specifications/client-side-encryption/tests/fle2-Compact.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
runOn:
22
- minServerVersion: "6.0.0"
3-
topologies: [ "replicaset", "sharded" ]
3+
# FLE 2 Encrypted collections are not supported on standalone.
4+
topology: [ "replicaset", "sharded" ]
45
database_name: &database_name "default"
56
collection_name: &collection_name "default"
67
data: []

0 commit comments

Comments
 (0)