summaryrefslogtreecommitdiff
path: root/jstests/core/version_api_list_commands_verification.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/version_api_list_commands_verification.js')
-rw-r--r--jstests/core/version_api_list_commands_verification.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/version_api_list_commands_verification.js b/jstests/core/version_api_list_commands_verification.js
index 8836398e918..f1a64953ee6 100644
--- a/jstests/core/version_api_list_commands_verification.js
+++ b/jstests/core/version_api_list_commands_verification.js
@@ -1,7 +1,7 @@
/**
* Checks that listCommands returns the API Version information of a command.
*
- * @tags: [requires_fcv_46, requires_non_retryable_commands]
+ * @tags: [requires_fcv_47, requires_non_retryable_commands]
*/
(function() {
@@ -16,4 +16,4 @@ assert(JSON.stringify(serverStatus.apiVersions) == "[]");
assert(JSON.stringify(serverStatus.deprecatedApiVersions) == "[]");
assert(JSON.stringify(testDeprecation.apiVersions) == "[\"1\"]");
assert(JSON.stringify(testDeprecation.deprecatedApiVersions) == "[\"1\"]");
-})(); \ No newline at end of file
+})();