You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Reuse EchoHandler for Shapes integration tests
Delete PolymorphicHandler, which had no unique behaviour over EchoHandler
(both return 200 and reflect the request body). Update all four handler
references in the Shapes nested class to use EchoHandler directly. Adjust
the circle body assertion to check the echoed payload ("kind":"circle")
instead of the old hard-coded {"ok":true} response. Strengthen the
missing-discriminator test with Content-Type and body assertions to mirror
the unknown-kind case.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments