Skip to content

Commit 7806a08

Browse files
committed
one more
1 parent 75d9422 commit 7806a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tools/mongodb/create/createIndex.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describeWithMongoDB("createIndex tool when search is not enabled", (integration)
3030
]);
3131

3232
it("doesn't allow creating vector search indexes", async () => {
33-
expect(integration.mcpServer().userConfig.previewFeatures).to.not.include("vectorSearch");
33+
expect(integration.mcpServer().userConfig.previewFeatures).to.not.include("search");
3434

3535
const { tools } = await integration.mcpClient().listTools();
3636
const createIndexTool = tools.find((tool) => tool.name === "create-index");

0 commit comments

Comments
 (0)