Skip to content

Commit 82724a1

Browse files
Natallia HarshunovaOrKoN
authored andcommitted
Filter console messages by issue type to pass the test
1 parent 478b74c commit 82724a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/console.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ describe('console', () => {
216216
`);
217217
await context.createTextSnapshot();
218218
await issuePromise;
219-
await listConsoleMessages.handler({params: {}}, response, context);
219+
await listConsoleMessages.handler({params: {types: ['issue']}}, response, context);
220220
const response2 = new McpResponse();
221221
await getConsoleMessage.handler(
222222
{params: {msgid: 1}},

0 commit comments

Comments
 (0)