summaryrefslogtreecommitdiff
path: root/jstests/readonly
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2017-01-11 17:14:40 -0500
committerTess Avitabile <tess.avitabile@mongodb.com>2017-01-13 17:56:02 -0500
commit92e599237444912607e70a745fe5c0aa00dd4caf (patch)
tree3241f19d67635438a2ceb142d0584d0bb38b5bce /jstests/readonly
parent5c2aac3b24d0680418ee8fab1fa6e53be2a0eede (diff)
downloadmongo-92e599237444912607e70a745fe5c0aa00dd4caf.tar.gz
SERVER-24623 Remove single document aggregation result option
Diffstat (limited to 'jstests/readonly')
-rw-r--r--jstests/readonly/aggregate.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/readonly/aggregate.js b/jstests/readonly/aggregate.js
index d16f71ca001..1c980cdd327 100644
--- a/jstests/readonly/aggregate.js
+++ b/jstests/readonly/aggregate.js
@@ -82,6 +82,7 @@ runReadOnlyTest(function() {
var allowDiskUseCmd = {
aggregate: readableCollection.getName(),
pipeline: [],
+ cursor: {},
allowDiskUse: true
};