summaryrefslogtreecommitdiff
path: root/jstests/core/index/wildcard/wildcard_index_cached_plans.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/index/wildcard/wildcard_index_cached_plans.js')
-rw-r--r--jstests/core/index/wildcard/wildcard_index_cached_plans.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/index/wildcard/wildcard_index_cached_plans.js b/jstests/core/index/wildcard/wildcard_index_cached_plans.js
index f3a41f5361e..5e78a11d451 100644
--- a/jstests/core/index/wildcard/wildcard_index_cached_plans.js
+++ b/jstests/core/index/wildcard/wildcard_index_cached_plans.js
@@ -34,7 +34,7 @@ coll.drop();
assert.commandWorked(coll.createIndex({"b.$**": 1}));
assert.commandWorked(coll.createIndex({"a": 1}));
-const isSbeEnabled = checkSBEEnabled(db, ["featureFlagSbeFull"]);
+const isSbeEnabled = checkSBEEnabled(db);
// In order for the plan cache to be used, there must be more than one plan available. Insert
// data into the collection such that the b.$** index will be far more selective than the index