Skip to content

Commit 1cffc10

Browse files
authored
chore(mcp): remove stray console.error in cli-json test (#40744)
1 parent 3cf3619 commit 1cffc10

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/mcp/cli-json.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ test('request and per-part commands return JSON result', async ({ cli, server })
204204
const { output: list } = await cli('requests');
205205
const num = list.match(/^(\d+)\. \[POST\] [^ ]+\/api =>/m)![1];
206206

207-
console.error(list);
208-
209207
expect(JSON.parse((await cli('--json', 'request-headers', num)).output).result).toContain('x-custom-header: test-value');
210208
expect(JSON.parse((await cli('--json', 'request-body', num)).output)).toEqual({ result: '{"key":"value"}' });
211209
expect(JSON.parse((await cli('--json', 'response-headers', num)).output).result).toContain('x-custom-response: response-value');

0 commit comments

Comments
 (0)