Commit e002155
committed
test(server): strengthen outputSchema spot-check to verify actual field names
Mirror the inputSchema spot-check pattern: assert specific known fields
('products' in get_products, 'anyOf' in create_media_buy, 'adcp' +
'supported_protocols' in get_adcp_capabilities) rather than just
isinstance checks. Structural regressions on response models now surface
in the spot-check test, not only in the full drift comparison.
https://claude.ai/code/session_019UpkNNacQ4QS8zcVTRfFQV1 parent d3cdcaf commit e002155
1 file changed
Lines changed: 14 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
570 | | - | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
571 | 572 | | |
572 | | - | |
| 573 | + | |
573 | 574 | | |
574 | 575 | | |
575 | | - | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
576 | 579 | | |
577 | | - | |
| 580 | + | |
578 | 581 | | |
579 | 582 | | |
580 | | - | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
0 commit comments