summaryrefslogtreecommitdiff
path: root/jstests/auth
diff options
context:
space:
mode:
authorSanika Phanse <sanika.phanse@mongodb.com>2022-10-18 20:33:23 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-18 22:00:53 +0000
commitf14ea171b4472a927f0cb98c62f2b1978d7281cb (patch)
treef311f920fd88390ca3f4e077ccb8f5083e765203 /jstests/auth
parent6eec84874c81a559073f17a17f47c7b2551d64c6 (diff)
downloadmongo-f14ea171b4472a927f0cb98c62f2b1978d7281cb.tar.gz
SERVER-69917 Implement _clusterWriteWithoutShardKey command
Diffstat (limited to 'jstests/auth')
-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 5d5d4e911b1..7892ab21181 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -261,7 +261,7 @@ var authCommandsLib = {
},
{
testname: "_clusterWriteWithoutShardKey",
- command: {_clusterWriteWithoutShardKey: 1, writeCmd: {}, shardId: ""},
+ command: {_clusterWriteWithoutShardKey: 1, writeCmd: {}, shardId: "", targetDocId: {}},
skipUnlessSharded: true,
skipTest: (conn) => {
return !TestData.setParameters.featureFlagUpdateOneWithoutShardKey;