-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Endpoints should stay pluralized #1690
Endpoints should stay pluralized #1690
Conversation
Mock web server is currently removing the trailing s from endpoints when searching for objects in the API. This prevents it from finding created endpoints. Adding endpoints to the exception list of objects to be considered pluralized.
Can one of the admins verify this patch? |
ok to test |
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.
Looks good, Thanks
@mathbruyen : Could you please add a line to CHANGELOG regarding this change? |
@rohanKanojia added a note in changelog, feel free to tell me if you want it written another way |
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.
LGTM
[merge] |
Mock web server is currently removing the trailing s from endpoints when searching for objects in the API. This prevents it from finding created endpoints. Adding endpoints to the exception list of objects to be considered pluralized.