Skip to content

Commit b0f5253

Browse files
author
Natallia Harshunova
committed
Filter console messages by issue type to pass the test
1 parent 04b63e3 commit b0f5253

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)