Skip to content

Commit 4e0e3e0

Browse files
chore: remove redundant call
1 parent 5b662f5 commit 4e0e3e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/tools/mongodb/delete/dropSearchIndex.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ describeWithMongoDB(
8686
describe("when attempting to delete an existing index", () => {
8787
let moviesCollection: Collection;
8888
beforeEach(async ({ signal }) => {
89-
await integration.connectMcpClient();
9089
const mongoClient = integration.mongoClient();
9190
moviesCollection = mongoClient.db("mflix").collection("movies");
9291
await moviesCollection.insertMany([

0 commit comments

Comments
 (0)