You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment: Windows 10, Chrome 125.0.6422.112 (64-bit).
Preconditions
After reviewing the controller method for adding comments, I noticed an unnecessary Response API that is not being used. It needs to be removed.
Steps to reproduce
Run GreenCity
Move to swagger
Scroll down to eco-news-comment-controller
Choose POST /eco-news/{ecoNewsId}/comments
Actual result
303 API Response is present
Expected result
Only 201, 400, 401, 404 status codes must be present
The text was updated successfully, but these errors were encountered:
Environment: Windows 10, Chrome 125.0.6422.112 (64-bit).
Preconditions
After reviewing the controller method for adding comments, I noticed an unnecessary Response API that is not being used. It needs to be removed.
Steps to reproduce
Actual result
303 API Response is present
Expected result
Only 201, 400, 401, 404 status codes must be present
The text was updated successfully, but these errors were encountered: