-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(cat-gateway): Fix health endpoints response schema and status code #1538
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: bkioshn <[email protected]>
✅ Test Report | |
❌ Test Report | |
❌ Test Report | |
❌ Test Report | |
❌ Test Report | |
❌ Test Report | |
Description
DO NOT MERGE THIS PR, SINCE STATUS CODE ISSUE IS NOT RESOLVED
response violates schema
error happen in schemathesisRelated Issue(s)
Closes #1501
Description of Changes
Since the fields in
ContentErrorDetail
can beNone
, add nullableSchema
Schema before
After
Please confirm the following checks