@@ -4,7 +4,7 @@ import { type UserConfig } from "../../src/common/config.js";
44import { defaultTestConfig } from "./helpers.js" ;
55import { Elicitation } from "../../src/elicitation.js" ;
66import { createMockElicitInput } from "../utils/elicitationMocks.js" ;
7- import { defaultTestSuiteConfig , describeWithMongoDB } from "./tools/mongodb/mongodbHelpers.js" ;
7+ import { describeWithMongoDB } from "./tools/mongodb/mongodbHelpers.js" ;
88
99function createTestConfig ( config : Partial < UserConfig > = { } ) : UserConfig {
1010 return {
@@ -173,7 +173,6 @@ describe("Elicitation Integration Tests", () => {
173173 } ) ;
174174 } ,
175175 {
176- ...defaultTestSuiteConfig ,
177176 getUserConfig : ( ) => createTestConfig ( ) ,
178177 getMockElicitationInput : ( ) => mockElicitInput ,
179178 }
@@ -202,7 +201,6 @@ describe("Elicitation Integration Tests", () => {
202201 } ) ;
203202 } ,
204203 {
205- ...defaultTestSuiteConfig ,
206204 getUserConfig : ( ) => createTestConfig ( ) ,
207205 getClientCapabilities : ( ) => ( { } ) ,
208206 }
@@ -240,7 +238,6 @@ describe("Elicitation Integration Tests", () => {
240238 } ) ;
241239 } ,
242240 {
243- ...defaultTestSuiteConfig ,
244241 getUserConfig : ( ) => createTestConfig ( { confirmationRequiredTools : [ "list-databases" ] } ) ,
245242 getMockElicitationInput : ( ) => mockElicitInput ,
246243 }
@@ -291,7 +288,6 @@ describe("Elicitation Integration Tests", () => {
291288 } ) ;
292289 } ,
293290 {
294- ...defaultTestSuiteConfig ,
295291 getUserConfig : ( ) => createTestConfig ( ) ,
296292 getMockElicitationInput : ( ) => mockElicitInput ,
297293 }
@@ -321,7 +317,6 @@ describe("Elicitation Integration Tests", () => {
321317 } ) ;
322318 } ,
323319 {
324- ...defaultTestSuiteConfig ,
325320 getUserConfig : ( ) => createTestConfig ( ) ,
326321 getMockElicitationInput : ( ) => mockElicitInput ,
327322 }
0 commit comments