summaryrefslogtreecommitdiff
path: root/jstests/replsets/initial_sync_fcv_upgrade.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/initial_sync_fcv_upgrade.js')
-rw-r--r--jstests/replsets/initial_sync_fcv_upgrade.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/initial_sync_fcv_upgrade.js b/jstests/replsets/initial_sync_fcv_upgrade.js
index c8178d8610f..047ebd09f13 100644
--- a/jstests/replsets/initial_sync_fcv_upgrade.js
+++ b/jstests/replsets/initial_sync_fcv_upgrade.js
@@ -25,7 +25,7 @@ const primaryColl = primaryDB[collName];
const primaryAdminDB = primary.getDB("admin");
// Set FCV to 4.4 to test the upgrade behavior.
-assert.commandWorked(primary.adminCommand({setFeatureCompatibilityVersion: lastStableFCV}));
+assert.commandWorked(primary.adminCommand({setFeatureCompatibilityVersion: lastLTSFCV}));
assert.commandWorked(primary.adminCommand({clearLog: "global"}));
let startupParams = {};