@@ -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 } ) ;
@@ -355,8 +355,8 @@ describe('McpResponse network request filtering', () => {
355355 `# test response
356356## Network requests
357357Showing 1-2 of 2 (Page 1 of 1).
358- reqid=1 http://example.com GET [pending]
359- reqid=1 http://example.com GET [pending]` ,
358+ reqid=1 GET http://example.com [pending]
359+ reqid=1 GET http://example.com [pending]` ,
360360 ) ;
361361 } ) ;
362362 } ) ;
@@ -379,7 +379,7 @@ reqid=1 http://example.com GET [pending]`,
379379 `# test response
380380## Network requests
381381Showing 1-1 of 1 (Page 1 of 1).
382- reqid=1 http://example.com GET [pending]` ,
382+ reqid=1 GET http://example.com [pending]` ,
383383 ) ;
384384 } ) ;
385385 } ) ;
@@ -424,11 +424,11 @@ No requests found.`,
424424 `# test response
425425## Network requests
426426Showing 1-5 of 5 (Page 1 of 1).
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]
431- reqid=1 http://example.com GET [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]
431+ reqid=1 GET http://example.com [pending]` ,
432432 ) ;
433433 } ) ;
434434 } ) ;
@@ -453,11 +453,11 @@ reqid=1 http://example.com GET [pending]`,
453453 `# test response
454454## Network requests
455455Showing 1-5 of 5 (Page 1 of 1).
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]
460- reqid=1 http://example.com GET [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]
460+ reqid=1 GET http://example.com [pending]` ,
461461 ) ;
462462 } ) ;
463463 } ) ;
0 commit comments