summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/api_version_parameters_shell.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/api_version_parameters_shell.js')
-rw-r--r--jstests/noPassthrough/api_version_parameters_shell.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/api_version_parameters_shell.js b/jstests/noPassthrough/api_version_parameters_shell.js
index 4b4cb5e8984..52d5f407df1 100644
--- a/jstests/noPassthrough/api_version_parameters_shell.js
+++ b/jstests/noPassthrough/api_version_parameters_shell.js
@@ -24,8 +24,8 @@ const testCases = [
[false, false, {testDeprecation: 1}, {version: '1', deprecationErrors: true}],
[false, false, {testDeprecation: 1}, {version: '1', strict: true, deprecationErrors: true}],
// tests with setParameter requireApiVersion: true.
+ [true, false, {count: 'collection'}, {version: '1', strict: true}],
[true, true, {count: 'collection'}, {version: '1'}],
- [true, true, {count: 'collection'}, {version: '1', strict: true}],
[true, false, {ping: 1}, {}],
[true, true, {ping: 1}, {version: '1'}],
];