OlhenShu / ProjectStage_Team2_May

0 stars 0 forks source link

[POST/email/addEcoNews] Incorrect behavior of AddEcoNews end-point. Need response 404 Not found. #208

Open OlhenShu opened 3 months ago

OlhenShu commented 3 months ago

Environment: 116.0.3 (64-bit). Reproducible: always.

Preconditions Moved to Swagger http://localhost:8065/swagger-ui.html#/ Sign-in on Swagger as user.

Steps to reproduce

  1. Click on Email controller
  2. Click on POST/email/addEcoNews
  3. Click on 'Try out'
  4. Enter data { "author": { "email": "Test3421@gmail.com", "id": 154, "name": "Test1526435" }, "creationDate": "2023-08-23T11:46:06.482Z", "imagePath": "string", "source": "string", "text": "Test1241254125125125124", "title": "Test1111", "unsubscribeToken": "string" }

Actual result Response 200 OK

Expected result Response 404 Not found

User story and test case links E.g.: "User story https://github.com/Java-groups/JavaProjectTemplate/issues/23