Skip to content

Commit 09ee1eb

Browse files
authored
DRIVERS-2307 use topology, not topologies (#1228)
1 parent 2d6b632 commit 09ee1eb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

source/client-side-encryption/etc/test-templates/fle2-Compact.yml.template

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: []

source/client-side-encryption/tests/legacy/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
]

source/client-side-encryption/tests/legacy/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)