-
Notifications
You must be signed in to change notification settings - Fork 5
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
The endpoint GET /categories/{id}/subjects doesn't correspond to the actual endpoint GET /categories/subjects/names #1065
base: develop
Are you sure you want to change the base?
Conversation
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, change endpoint to the real one (we don't have /categories/{id}/subjects/names
endpoint, check categoryRoute
.
Also, update description to this endpoint, because its not correct right now.
Quality Gate passedIssues Measures |
Pre-conditions:
The site Space2Study is opened.
The user is logged in as a Tutor.
The "Edit profile" page => The "Professional info" tab is opened.
Steps to reproduce:
Click "Inspect" => "Network"
Click the "Add category" button.
Click "names" request.
Go to "Headers".
Go to "Response".
Previous result:
The endpoint -- /categories/{id}/subjects.
Actual result:
The endpoint -- /categories/subjects/names.