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
sr/dt: test subject query param for GET /schemas/ids/{id}/subjects
The GET /schemas/ids/{id}/subjects endpoint now supports an optional
subject query parameter for context-based schema lookup. This commit
adds a ducktape test covering:
- Baseline lookup without a subject param (default context)
- Context-only lookup using ":.ctx1:" to scope results to a context
- Error case for a non-existent context
Extended search behavior is already covered by
test_get_schema_versions_with_subject, so this test focuses on verifying
the param is wired through and the response format is correct.
0 commit comments