PYTHON-1995 Resync encryption spec tests to 71518175e8bd5ee36fc35a7529b65f9d248b1c83

This commit is contained in:
Shane Harvey 2019-10-04 14:47:12 -07:00
parent 802de40e0d
commit efb89583f3
4 changed files with 5 additions and 13 deletions

View File

@ -148,16 +148,8 @@
"name": "deleteOne",
"arguments": {
"filter": {
"$and": [
{
"encrypted_string": "string1"
},
{
"_id": {
"$eq": 2
}
}
]
"encrypted_string": "string1",
"_id": 2
}
}
}

View File

@ -142,7 +142,7 @@
"batchSize": 2,
"filter": {}
},
"results": [
"result": [
{
"_id": 1,
"encrypted_string": "string0"

View File

@ -312,7 +312,7 @@
}
},
"result": {
"errorContains": "did not provide all keys"
"errorContains": "not all keys requested were satisfied"
}
}
]

View File

@ -119,7 +119,7 @@
}
},
"result": {
"errorContains": "did not provide all keys"
"errorContains": "not all keys requested were satisfied"
}
}
],