Skip to content

Commit ca1796d

Browse files
authored
CDRIVER-4423 Sync CSE unified test files with 79f682a4 (#1078)
1 parent 4ad7265 commit ca1796d

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

src/libmongoc/tests/json/client_side_encryption/unified/addKeyAltName.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@
9898
},
9999
"keyAltName": "new_key_alt_name"
100100
},
101-
"expectResult": null
101+
"expectResult": {
102+
"$$unsetOrMatches": null
103+
}
102104
}
103105
],
104106
"expectEvents": [

src/libmongoc/tests/json/client_side_encryption/unified/getKey.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@
133133
}
134134
}
135135
},
136-
"expectResult": null
136+
"expectResult": {
137+
"$$unsetOrMatches": null
138+
}
137139
}
138140
],
139141
"expectEvents": [

src/libmongoc/tests/json/client_side_encryption/unified/getKeyByAltName.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@
128128
"arguments": {
129129
"keyAltName": "does_not_exist"
130130
},
131-
"expectResult": null
131+
"expectResult": {
132+
"$$unsetOrMatches": null
133+
}
132134
}
133135
],
134136
"expectEvents": [

src/libmongoc/tests/json/client_side_encryption/unified/removeKeyAltName.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@
102102
},
103103
"keyAltName": "does_not_exist"
104104
},
105-
"expectResult": null
105+
"expectResult": {
106+
"$$unsetOrMatches": null
107+
}
106108
}
107109
],
108110
"expectEvents": [

0 commit comments

Comments
 (0)