summaryrefslogtreecommitdiff
path: root/jstests/replsets/pipelineout.js
diff options
context:
space:
mode:
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]}
]});