diff --git a/test/client-side-encryption/spec/bulk.json b/test/client-side-encryption/spec/bulk.json index 232635609..5e71b593b 100644 --- a/test/client-side-encryption/spec/bulk.json +++ b/test/client-side-encryption/spec/bulk.json @@ -148,16 +148,8 @@ "name": "deleteOne", "arguments": { "filter": { - "$and": [ - { - "encrypted_string": "string1" - }, - { - "_id": { - "$eq": 2 - } - } - ] + "encrypted_string": "string1", + "_id": 2 } } } diff --git a/test/client-side-encryption/spec/getMore.json b/test/client-side-encryption/spec/getMore.json index 353aa6d1b..543fcc81a 100644 --- a/test/client-side-encryption/spec/getMore.json +++ b/test/client-side-encryption/spec/getMore.json @@ -142,7 +142,7 @@ "batchSize": 2, "filter": {} }, - "results": [ + "result": [ { "_id": 1, "encrypted_string": "string0" diff --git a/test/client-side-encryption/spec/malformedCiphertext.json b/test/client-side-encryption/spec/malformedCiphertext.json index 2f9794e33..c81330ce8 100644 --- a/test/client-side-encryption/spec/malformedCiphertext.json +++ b/test/client-side-encryption/spec/malformedCiphertext.json @@ -312,7 +312,7 @@ } }, "result": { - "errorContains": "did not provide all keys" + "errorContains": "not all keys requested were satisfied" } } ] diff --git a/test/client-side-encryption/spec/missingKey.json b/test/client-side-encryption/spec/missingKey.json index 0ce6fc57d..4a4b1fd4d 100644 --- a/test/client-side-encryption/spec/missingKey.json +++ b/test/client-side-encryption/spec/missingKey.json @@ -119,7 +119,7 @@ } }, "result": { - "errorContains": "did not provide all keys" + "errorContains": "not all keys requested were satisfied" } } ],