Skip to content

Commit faa2824

Browse files
committed
chore: remove redundant test
1 parent 7f3ed9c commit faa2824

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/integration/elicitation.test.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -403,24 +403,6 @@ describe("Elicitation Integration Tests", () => {
403403
requestedSchema: expect.objectContaining(Elicitation.CONFIRMATION_SCHEMA),
404404
});
405405
});
406-
407-
it("should handle empty filter in delete-many confirmation", async () => {
408-
mockElicitInput.confirmYes();
409-
410-
await mcpClient.callTool({
411-
name: "delete-many",
412-
arguments: {
413-
database: "mydb",
414-
collection: "temp",
415-
filter: {},
416-
},
417-
});
418-
419-
expect(mockElicitInput.mock).toHaveBeenCalledWith({
420-
message: expect.stringMatching(/mydb.*database/),
421-
requestedSchema: expect.objectContaining(Elicitation.CONFIRMATION_SCHEMA),
422-
});
423-
});
424406
});
425407

426408
describe("error handling in confirmation flow", () => {

0 commit comments

Comments
 (0)