summaryrefslogtreecommitdiff
path: root/jstests/readonly
diff options
context:
space:
mode:
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
};