summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/replReads.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/replReads.js')
-rw-r--r--jstests/noPassthroughWithMongod/replReads.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/noPassthroughWithMongod/replReads.js b/jstests/noPassthroughWithMongod/replReads.js
index 45e0a4d49a6..3010be8e80c 100644
--- a/jstests/noPassthroughWithMongod/replReads.js
+++ b/jstests/noPassthroughWithMongod/replReads.js
@@ -56,10 +56,7 @@ function testReadLoadBalancing(numReplicas) {
connections.push(conn);
}
- var profileCriteria = {
- op: 'query',
- ns: 'test.foo'
- };
+ var profileCriteria = {op: 'query', ns: 'test.foo'};
for (var i = 0; i < secondaries.length; i++) {
var profileCollection = secondaries[i].getDB('test').system.profile;