summaryrefslogtreecommitdiff
path: root/jstests/sharding/updateOne_without_shard_key/cluster_write_without_shard_key_basic.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/updateOne_without_shard_key/cluster_write_without_shard_key_basic.js')
-rw-r--r--jstests/sharding/updateOne_without_shard_key/cluster_write_without_shard_key_basic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/updateOne_without_shard_key/cluster_write_without_shard_key_basic.js b/jstests/sharding/updateOne_without_shard_key/cluster_write_without_shard_key_basic.js
index 9afeaf3a71d..ea24eee2e23 100644
--- a/jstests/sharding/updateOne_without_shard_key/cluster_write_without_shard_key_basic.js
+++ b/jstests/sharding/updateOne_without_shard_key/cluster_write_without_shard_key_basic.js
@@ -359,7 +359,7 @@ function runAndVerifyCommand(testCase) {
autocommit: false
};
mongosConn.getCollection(unshardedCollName).insert([{_id: _id, a: aFieldValue}]);
- assert.commandFailedWithCode(mongosConn.runCommand(cmdObj), ErrorCodes.InvalidOptions);
+ assert.commandFailedWithCode(mongosConn.runCommand(cmdObj), ErrorCodes.NamespaceNotSharded);
// Must run in a transaction.
cmdObj = {