diff options
Diffstat (limited to 'jstests/readonly')
-rw-r--r-- | jstests/readonly/aggregate.js | 1 |
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 }; |