Skip to content

Commit 3236994

Browse files
committed
SPEC-1464 Workaround for unordered JSON parsing in FLE test
1 parent bce4393 commit 3236994

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

test/client-side-encryption/spec/bulk.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,14 @@
148148
"name": "deleteOne",
149149
"arguments": {
150150
"filter": {
151-
"encrypted_string": "string1",
152-
"_id": 2
151+
"$and": [
152+
{
153+
"encrypted_string": "string1"
154+
},
155+
{
156+
"_id": 2
157+
}
158+
]
153159
}
154160
}
155161
}

0 commit comments

Comments
 (0)