summaryrefslogtreecommitdiff
path: root/jstests/replsets/no_chaining.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/no_chaining.js')
-rw-r--r--jstests/replsets/no_chaining.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/replsets/no_chaining.js b/jstests/replsets/no_chaining.js
index 4934f1975b6..6a30527a56f 100644
--- a/jstests/replsets/no_chaining.js
+++ b/jstests/replsets/no_chaining.js
@@ -10,9 +10,9 @@ replTest.initiate(
{
"_id" : "testSet",
"members" : [
- {"_id" : 0, "host" : hostnames[0], "priority" : 2},
- {"_id" : 1, "host" : hostnames[1]},
- {"_id" : 2, "host" : hostnames[2]}
+ {"_id" : 0, "host" : hostnames[0], priority: 2},
+ {"_id" : 1, "host" : hostnames[1], priority: 0},
+ {"_id" : 2, "host" : hostnames[2], priority: 0}
],
"settings" : {
"chainingAllowed" : false