summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/sharding/libs/last_lts_mongos_commands.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/libs/last_lts_mongos_commands.js b/jstests/sharding/libs/last_lts_mongos_commands.js
index bc9e359a832..1f23b25c0b8 100644
--- a/jstests/sharding/libs/last_lts_mongos_commands.js
+++ b/jstests/sharding/libs/last_lts_mongos_commands.js
@@ -25,4 +25,5 @@ export const commandsAddedToMongosSinceLastLTS = [
"setQuerySettings",
"removeQuerySettings",
"unshardCollection",
+ "transitionFromDedicatedConfigServer",
];