OlhenShu / ProjectStage_Team2_May

0 stars 0 forks source link

[GET /user/emailNotifications] In Get all available email notifications statuses 200 OK different response #248

Closed OlhenShu closed 1 month ago

OlhenShu commented 2 months ago

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

Preconditions Sign-in us User Moved to Swagger http://localhost:8065/swagger-ui.html#/

Steps to reproduce

  1. Click on User controller
  2. Click on GET /user/emailNotifications
  3. Click on 'Try out'
  4. Click on Execute

Actual result [ "DISABLED", "IMMEDIATELY", "DAILY", "WEEKLY", "MONTHLY" ] image

Expected result Align documentation with the real answer 200 OK [ "DISABLED", "IMMEDIATELY", "DAILY", "WEEKLY", "MONTHLY" ]

User story and test case links