File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ beforeAll(() => {
1616 setLogLevel ( 'error' ) ;
1717} ) ;
1818
19- const skipScenarios = new Set < string > ( [
20- ] ) ;
19+ const skipScenarios = new Set < string > ( [ ] ) ;
2120
2221const allowClientErrorScenarios = new Set < string > ( [
2322 // Client is expected to give up (error) after limited retries, but check should pass
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ const pendingClientScenariosList: ClientScenario[] = [
6363 // On hold until elicitation schema types are fixed
6464 // https://github.com/modelcontextprotocol/modelcontextprotocol/pull/1863
6565 new ToolsCallElicitationScenario ( ) ,
66- new ElicitationDefaultsScenario ( ) ,
66+ new ElicitationDefaultsScenario ( )
6767] ;
6868
6969// All client scenarios
You can’t perform that action at this time.
0 commit comments