-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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(certificates):fix missing info when fields was absent #14032
base: master
Are you sure you want to change the base?
Conversation
assert.equals("snis:required field missing:certificate", entities.flattened_errors[1].errors[1].message) | ||
end) | ||
|
||
it("flatten_errors1 when conflicting inputs", function() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only add a test, not about errors.lua
change
27a3f33
to
ab01f6c
Compare
f66684b
to
da087f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not merge yet. I have some changes to suggest but have not had time to fully review.
@flrgh hi, do you have more comments? |
Sorry for blocking this for such a long while. Now that I am caught up on the context, I don't think this is needed. I don't see the error string change ( |
Summary
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix FTI-6351