From 5598c216ca28234735999ca25b3f6f9a030f51e6 Mon Sep 17 00:00:00 2001 From: Eric Milkie Date: Tue, 2 Dec 2014 15:43:13 -0500 Subject: SERVER-16391 archor primary in replset tests, or make agnostic to primary node --- jstests/replsets/pipelineout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/replsets/pipelineout.js') 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]} ]}); -- cgit v1.2.1