summaryrefslogtreecommitdiff
path: root/jstests/sharding/authCommands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/authCommands.js')
-rw-r--r--jstests/sharding/authCommands.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/authCommands.js b/jstests/sharding/authCommands.js
index 810ccaf9292..2fb42801a40 100644
--- a/jstests/sharding/authCommands.js
+++ b/jstests/sharding/authCommands.js
@@ -12,7 +12,7 @@ var doTest = function() {
shards: 2,
chunksize: 2,
rs: rsOpts,
- other: {nopreallocj: 1, useHostname: false}
+ other: {nopreallocj: 1, useHostname: false, enableAutoSplit: true}
});
var mongos = st.s;