diff options
Diffstat (limited to 'jstests/noPassthroughWithMongod/moveprimary-replset.js')
-rwxr-xr-x | jstests/noPassthroughWithMongod/moveprimary-replset.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/moveprimary-replset.js b/jstests/noPassthroughWithMongod/moveprimary-replset.js index 50fe756463b..2725585a08e 100755 --- a/jstests/noPassthroughWithMongod/moveprimary-replset.js +++ b/jstests/noPassthroughWithMongod/moveprimary-replset.js @@ -18,7 +18,7 @@ var shardingTestConfig = { config : 3, rs : { nodes : 3 }, other : { manualAddShard : true } -} +}; var shardingTest = new ShardingTest(shardingTestConfig); jsTest.log("Geting connections to the individual shards"); |