Skip to content

Commit f19de47

Browse files
committed
lint
1 parent deadcf7 commit f19de47

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/scenarios/client/auth/index.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

2221
const allowClientErrorScenarios = new Set<string>([
2322
// Client is expected to give up (error) after limited retries, but check should pass

src/scenarios/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)