summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2015-11-09 09:56:21 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2015-11-09 09:56:21 -0500
commit78d3e85ae6de50fc016433c4d161ad11b801c717 (patch)
tree659336e2bde063278eea3b8b673c65a7b6049469 /jstests
parent1e5500c999a5120d41fe302139018b37176074d6 (diff)
downloadmongo-78d3e85ae6de50fc016433c4d161ad11b801c717.tar.gz
SERVER-20867 Integrate mongobridge into ShardingTest.
Diffstat (limited to 'jstests')
-rw-r--r--jstests/sharding/auth.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/sharding/auth.js b/jstests/sharding/auth.js
index a9fbdf2da30..80425fed0bf 100644
--- a/jstests/sharding/auth.js
+++ b/jstests/sharding/auth.js
@@ -77,8 +77,7 @@ assert.writeOK(s.getDB( "config" ).settings.update(
printjson(s.getDB("config").settings.find().toArray());
print("Restart mongos with different auth options");
-s.restartMongos(0, { port: s.port,
- v: 2,
+s.restartMongos(0, { v: 2,
configdb: s._configDB,
keyFile: "jstests/libs/key1",
chunkSize: 1 });