Commit Graph

4 Commits

Author SHA1 Message Date
Kevin
a8102f1fc7 add test for validating OAS not match case 2026-07-28 17:03:58 +01:00
Kevin
39517ce6d1 Fix mock server nested body matching and array response tests.
Recursively ignore read-only fields in nested request objects and
regenerate dashboards/streaming integration tests for list responses.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-28 12:40:21 +01:00
Kevin
f1f280d48c Normalize ISO8601 datetimes in mock server request body matching.
Treat Z and +00:00 as equivalent when comparing serialized SDK request
bodies to OAS examples, fixing alert suppression window integration tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-28 12:22:48 +01:00
Kevin
509c351f85 CP-2453 Add core test mock server and exception status mapping
Move the integration mock server into test-only sdk_test_support helpers
and expose ApiException.exception_class_for_http_status for generated
integration error assertions.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 15:34:11 +01:00