@@ -210,8 +210,8 @@ Call handle_dialog to handle it before continuing.`,
210210 `# test response
211211## Network requests
212212Showing 1-2 of 2 (Page 1 of 1).
213- reqid 1 - http://example.com GET [pending]
214- reqid 2 - http://example.com GET [pending]` ,
213+ reqid=1 GET http://example.com [pending]
214+ reqid=2 GET http://example.com [pending]` ,
215215 ) ;
216216 } ) ;
217217 } ) ;
@@ -267,7 +267,7 @@ ${JSON.stringify({request: 'body'})}
267267${ JSON . stringify ( { response : 'body' } ) }
268268## Network requests
269269Showing 1-1 of 1 (Page 1 of 1).
270- reqid 1 - http://example.com POST [success - 200]` ,
270+ reqid=1 POST http://example.com [success - 200]` ,
271271 ) ;
272272 } ) ;
273273 } ) ;
@@ -290,7 +290,7 @@ Status: [pending]
290290- content-size:10
291291## Network requests
292292Showing 1-1 of 1 (Page 1 of 1).
293- reqid 1 - http://example.com GET [pending]` ,
293+ reqid=1 GET http://example.com [pending]` ,
294294 ) ;
295295 } ) ;
296296 } ) ;
@@ -354,8 +354,8 @@ describe('McpResponse network request filtering', () => {
354354 `# test response
355355## Network requests
356356Showing 1-2 of 2 (Page 1 of 1).
357- reqid 1 - http://example.com GET [pending]
358- reqid 1 - http://example.com GET [pending]` ,
357+ reqid=1 GET http://example.com [pending]
358+ reqid=1 GET http://example.com [pending]` ,
359359 ) ;
360360 } ) ;
361361 } ) ;
@@ -378,7 +378,7 @@ reqid 1 - http://example.com GET [pending]`,
378378 `# test response
379379## Network requests
380380Showing 1-1 of 1 (Page 1 of 1).
381- reqid 1 - http://example.com GET [pending]` ,
381+ reqid=1 GET http://example.com [pending]` ,
382382 ) ;
383383 } ) ;
384384 } ) ;
@@ -423,11 +423,11 @@ No requests found.`,
423423 `# test response
424424## Network requests
425425Showing 1-5 of 5 (Page 1 of 1).
426- reqid 1 - http://example.com GET [pending]
427- reqid 1 - http://example.com GET [pending]
428- reqid 1 - http://example.com GET [pending]
429- reqid 1 - http://example.com GET [pending]
430- reqid 1 - http://example.com GET [pending]` ,
426+ reqid=1 GET http://example.com [pending]
427+ reqid=1 GET http://example.com [pending]
428+ reqid=1 GET http://example.com [pending]
429+ reqid=1 GET http://example.com [pending]
430+ reqid=1 GET http://example.com [pending]` ,
431431 ) ;
432432 } ) ;
433433 } ) ;
@@ -452,11 +452,11 @@ reqid 1 - http://example.com GET [pending]`,
452452 `# test response
453453## Network requests
454454Showing 1-5 of 5 (Page 1 of 1).
455- reqid 1 - http://example.com GET [pending]
456- reqid 1 - http://example.com GET [pending]
457- reqid 1 - http://example.com GET [pending]
458- reqid 1 - http://example.com GET [pending]
459- reqid 1 - http://example.com GET [pending]` ,
455+ reqid=1 GET http://example.com [pending]
456+ reqid=1 GET http://example.com [pending]
457+ reqid=1 GET http://example.com [pending]
458+ reqid=1 GET http://example.com [pending]
459+ reqid=1 GET http://example.com [pending]` ,
460460 ) ;
461461 } ) ;
462462 } ) ;
0 commit comments