We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b662f5 commit 4e0e3e0Copy full SHA for 4e0e3e0
tests/integration/tools/mongodb/delete/dropSearchIndex.test.ts
@@ -86,7 +86,6 @@ describeWithMongoDB(
86
describe("when attempting to delete an existing index", () => {
87
let moviesCollection: Collection;
88
beforeEach(async ({ signal }) => {
89
- await integration.connectMcpClient();
90
const mongoClient = integration.mongoClient();
91
moviesCollection = mongoClient.db("mflix").collection("movies");
92
await moviesCollection.insertMany([
0 commit comments