We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
**Environment: **Linux Arch, Google Chrome 120.0.6099.71 (64-bit); Postman 2023 (v10.20). Reproducible: Always; Build found: DEV; back:7dd7; front:d5b9; 04.01.2024
Preconditions Postman is opened and the token(admin) is gotten.
Steps to reproduce
/api/club/change-owner/{id}
Body:
{"user":{"id":50}}
Note: user id can be changed to another invalid value
Actual result Status code 500 in response, "Internal server error'.
Expected result Status code 404, the message "User not found by id:{...}"
User story #208
The text was updated successfully, but these errors were encountered:
AnnaMalibu
No branches or pull requests
**Environment: **Linux Arch,
Google Chrome 120.0.6099.71 (64-bit);
Postman 2023 (v10.20).
Reproducible: Always;
Build found: DEV;
back:7dd7;
front:d5b9;
04.01.2024
Preconditions
Postman is opened and the token(admin) is gotten.
Steps to reproduce
/api/club/change-owner/{id}
;Body:
Note: user id can be changed to another invalid value
Actual result
Status code 500 in response, "Internal server error'.
Expected result
Status code 404, the message "User not found by id:{...}"
User story #208
The text was updated successfully, but these errors were encountered: