summaryrefslogtreecommitdiff
path: root/jstests/sharding/safe_secondary_reads_drop_recreate.js
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2017-07-24 16:28:30 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2017-07-24 16:28:30 -0400
commitc1614b0819d525019de03eb961bd17ee0d3b7ee9 (patch)
tree89dddab49a77e402dd3237d69c7bdfb9a4454165 /jstests/sharding/safe_secondary_reads_drop_recreate.js
parent8c36e952238c2cd0ae2770415b0cb60414f8885f (diff)
downloadmongo-c1614b0819d525019de03eb961bd17ee0d3b7ee9.tar.gz
SERVER-30255 fix lint
Diffstat (limited to 'jstests/sharding/safe_secondary_reads_drop_recreate.js')
-rw-r--r--jstests/sharding/safe_secondary_reads_drop_recreate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/safe_secondary_reads_drop_recreate.js b/jstests/sharding/safe_secondary_reads_drop_recreate.js
index 759a52f228b..4ddd5667b26 100644
--- a/jstests/sharding/safe_secondary_reads_drop_recreate.js
+++ b/jstests/sharding/safe_secondary_reads_drop_recreate.js
@@ -476,7 +476,7 @@
commandProfile));
}
}
- }
+ };
// Set the secondaries to priority 0 and votes 0 to prevent the primaries from stepping down.
let rsOpts = {nodes: [{rsConfig: {votes: 1}}, {rsConfig: {priority: 0, votes: 0}}]};