Skip to content
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

Wrong status code for a nonexisting material id #70

Open
BeatBioInfo opened this issue Jul 1, 2022 · 0 comments
Open

Wrong status code for a nonexisting material id #70

BeatBioInfo opened this issue Jul 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@BeatBioInfo
Copy link

Steps to reproduce
Create a collection on Postman
Click on the “add request” button
Use the POST method to call a request http://qa-school-test-api.quantori.academy/api/v1/session
Enter the following “string” in the “Body” in the following order
• {
“username”: “admin”,
“password”: “1234”
}
Press the “send” button to generate an “accessToken”.
Click “Add request” to call a 'non-existing material id' in a course
Use the GET method to call a request {{Host}}api/v1/courses/3093/materials/200
No needed “string” in the “Body”

Actual behaviour
• Status code: 200; Ok
Body Response: "Null" in the body

Expected ### behaviour
• Status code: 404 Not found
Body Response: "Enter a valid material id"

Screenshots
If applicable, add screenshots to help explain your problem.

Screenshots
If applicable, add screenshots to help explain your problem.
image

@viraxslot viraxslot added the bug Something isn't working label Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants