PYTHON-1995 Resync encryption spec tests to 71518175e8bd5ee36fc35a7529b65f9d248b1c83
This commit is contained in:
parent
802de40e0d
commit
efb89583f3
@ -148,16 +148,8 @@
|
||||
"name": "deleteOne",
|
||||
"arguments": {
|
||||
"filter": {
|
||||
"$and": [
|
||||
{
|
||||
"encrypted_string": "string1"
|
||||
},
|
||||
{
|
||||
"_id": {
|
||||
"$eq": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
"encrypted_string": "string1",
|
||||
"_id": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -142,7 +142,7 @@
|
||||
"batchSize": 2,
|
||||
"filter": {}
|
||||
},
|
||||
"results": [
|
||||
"result": [
|
||||
{
|
||||
"_id": 1,
|
||||
"encrypted_string": "string0"
|
||||
|
||||
@ -312,7 +312,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"errorContains": "did not provide all keys"
|
||||
"errorContains": "not all keys requested were satisfied"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@ -119,7 +119,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"errorContains": "did not provide all keys"
|
||||
"errorContains": "not all keys requested were satisfied"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user