summaryrefslogtreecommitdiff
path: root/jstests/replsets/pipelineout.js
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2014-12-02 15:43:13 -0500
committerEric Milkie <milkie@10gen.com>2014-12-03 12:58:24 -0500
commit5598c216ca28234735999ca25b3f6f9a030f51e6 (patch)
treef3acde451094af8436a321e8a8780439e2998353 /jstests/replsets/pipelineout.js
parent225aa52bd22a54d06cc090e7cd4b0fd4312213b2 (diff)
downloadmongo-5598c216ca28234735999ca25b3f6f9a030f51e6.tar.gz
SERVER-16391 archor primary in replset tests, or make agnostic to primary node
Diffstat (limited to 'jstests/replsets/pipelineout.js')
-rw-r--r--jstests/replsets/pipelineout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/pipelineout.js b/jstests/replsets/pipelineout.js
index a9ec98e5351..5e0c1d7f45c 100644
--- a/jstests/replsets/pipelineout.js
+++ b/jstests/replsets/pipelineout.js
@@ -6,7 +6,7 @@ var nodes = replTest.nodeList();
replTest.startSet();
replTest.initiate({"_id" : name,
"members" : [
- {"_id" : 0, "host" : nodes[0], "priority" : 5},
+ {"_id" : 0, "host" : nodes[0]},
{"_id" : 1, "host" : nodes[1]}
]});