Open TetianaPerinha opened 5 months ago
Hi @TetianaPerinha Please assign this bug to me and I will start working on this.
Issue fixed in this PR. Please review
Issue fixed in this PR. Please review
@Sunagatov Review please
Issue fixed in this PR. Please review
@Sunagatov Review please
Can you please review and approve the PR for merge.
@TetianaPerinha / @Sunagatov Any update guys on this PR. It been hanging there for more than two months. Do you have any review comment ?
Describe the bug When sending a GET product reviews request with an invalid value of param "size" the system returns all product reviews
To Reproduce Send the GET request as below use value for param size = %, +
curl --location '[https://iced-latte.uk/backend/api/v1/products/e6a4d7f2-d40e-4e5f-93b8-5d56ce6724c5/reviews?page={value}](https://iced-latte.uk/backend/api/v1/products/e6a4d7f2-d40e-4e5f-93b8-5d56ce6724c5/reviews?size={value}
Expected behavior The system should reject the request with 400 HTTP Status code "error": "Bad Request".
Actual result System accept the request and returns all product reviews.