From 4fa04049268ece2c17108f856589ef5564bb0cf7 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Mon, 11 Apr 2022 19:36:27 -0400 Subject: [PATCH] CXX-2488 resync types CSFLE test --- data/client_side_encryption/types.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/client_side_encryption/types.json b/data/client_side_encryption/types.json index 47e4c27a2e..2b50872c9c 100644 --- a/data/client_side_encryption/types.json +++ b/data/client_side_encryption/types.json @@ -540,7 +540,7 @@ } }, "result": { - "errorContains": "Cannot use deterministic encryption for element of type: double" + "errorContains": "element of type: double" } } ] @@ -587,7 +587,7 @@ } }, "result": { - "errorContains": "Cannot use deterministic encryption for element of type: decimal" + "errorContains": "element of type: decimal" } } ] @@ -943,7 +943,7 @@ } }, "result": { - "errorContains": "Cannot use deterministic encryption for element of type: javascriptWithScope" + "errorContains": "element of type: javascriptWithScope" } } ] @@ -988,7 +988,7 @@ } }, "result": { - "errorContains": "Cannot use deterministic encryption for element of type: object" + "errorContains": "element of type: object" } } ] @@ -1643,7 +1643,7 @@ } }, "result": { - "errorContains": "Cannot use deterministic encryption for element of type: array" + "errorContains": "element of type: array" } } ] @@ -1688,7 +1688,7 @@ } }, "result": { - "errorContains": "Cannot use deterministic encryption for element of type: bool" + "errorContains": "element of type: bool" } } ]