summaryrefslogtreecommitdiff
path: root/jstests/auth/lib/commands_lib.js
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@mongodb.com>2023-04-06 12:39:14 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-10 11:10:42 +0000
commitee6071a0f36b7d2ffb70afe83b9b0cb9364e2ec7 (patch)
treefc294ea6487d0e1a5785db1f3248e65c0bf7990c /jstests/auth/lib/commands_lib.js
parentc6e5701933a98b4fe91c2409c212fcce2d3d34f0 (diff)
downloadmongo-ee6071a0f36b7d2ffb70afe83b9b0cb9364e2ec7.tar.gz
SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compaction
Diffstat (limited to 'jstests/auth/lib/commands_lib.js')
-rw-r--r--jstests/auth/lib/commands_lib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index 2ce51bfd6a0..de2782a5ac2 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -4744,7 +4744,7 @@ export const authCommandsLib = {
tokens: [
{tokens: [{"s": BinData(0, "lUBO7Mov5Sb+c/D4cJ9whhhw/+PZFLCk/AQU2+BpumQ=")}]},
],
- "forInsert": true,
+ "queryType": "insert",
},
skipTest: (conn) => {
return !TestData.setParameters.featureFlagFLE2ProtocolVersion2;