summaryrefslogtreecommitdiff
path: root/jstests/core/find_and_modify_invalid_query_params.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/find_and_modify_invalid_query_params.js')
-rw-r--r--jstests/core/find_and_modify_invalid_query_params.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/core/find_and_modify_invalid_query_params.js b/jstests/core/find_and_modify_invalid_query_params.js
index ad8ae4439b5..84a986fe7e2 100644
--- a/jstests/core/find_and_modify_invalid_query_params.js
+++ b/jstests/core/find_and_modify_invalid_query_params.js
@@ -2,7 +2,9 @@
* Test that the 'findAndModify' command throws the expected errors for invalid query, sort and
* projection parameters. This test exercises the fix for SERVER-41829.
*
- * @tags: [assumes_unsharded_collection, requires_fcv_49]
+ * @tags: [
+ * assumes_unsharded_collection,
+ * ]
*/
(function() {
"use strict";