Skip to content

Commit d6fb59e

Browse files
committed
CDRIVER-4332 resync types CSFLE test (#966)
badQueries is not included in C driver tests due to CDRIVER-4332.
1 parent 852c005 commit d6fb59e

File tree

1 file changed

+6
-6
lines changed
  • src/libmongoc/tests/json/client_side_encryption

1 file changed

+6
-6
lines changed

src/libmongoc/tests/json/client_side_encryption/types.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
}
505505
},
506506
"result": {
507-
"errorContains": "Cannot use deterministic encryption for element of type: double"
507+
"errorContains": "element of type: double"
508508
}
509509
}
510510
]
@@ -551,7 +551,7 @@
551551
}
552552
},
553553
"result": {
554-
"errorContains": "Cannot use deterministic encryption for element of type: decimal"
554+
"errorContains": "element of type: decimal"
555555
}
556556
}
557557
]
@@ -883,7 +883,7 @@
883883
}
884884
},
885885
"result": {
886-
"errorContains": "Cannot use deterministic encryption for element of type: javascriptWithScope"
886+
"errorContains": "element of type: javascriptWithScope"
887887
}
888888
}
889889
]
@@ -928,7 +928,7 @@
928928
}
929929
},
930930
"result": {
931-
"errorContains": "Cannot use deterministic encryption for element of type: object"
931+
"errorContains": "element of type: object"
932932
}
933933
}
934934
]
@@ -1547,7 +1547,7 @@
15471547
}
15481548
},
15491549
"result": {
1550-
"errorContains": "Cannot use deterministic encryption for element of type: array"
1550+
"errorContains": "element of type: array"
15511551
}
15521552
}
15531553
]
@@ -1592,7 +1592,7 @@
15921592
}
15931593
},
15941594
"result": {
1595-
"errorContains": "Cannot use deterministic encryption for element of type: bool"
1595+
"errorContains": "element of type: bool"
15961596
}
15971597
}
15981598
]

0 commit comments

Comments
 (0)