Get clubs by id of user-owner with pagination with an invalid ID of the user.
Environment: Windows 11 Pro Version 22H2 Build 22621.2428
Google Chrome 118.0.5993.118 (Official build) (64-bit)
Reproducible: always
Build found:
front 2024-01-04 d5b9ee
back 2024-01-04 7dd789
Preconditions
- Site http://speak-ukrainian.eastus2.cloudapp.azure.com/dev/ is opened.
- The user with ID does not exist in the database
- Postman is opened.
- The token (admin) is gotten.
Steps to reproduce
- Create GET request to 'http://speak-ukrainian.eastus2.cloudapp.azure.com/dev' using endpoint endpoint /api/clubs/ {id} with an invalid ID of the center "10000"
Parameters.
Pageable:
{
"page": 0,
"size": 1,
"sort": [
"string"
]
}
Actual result
200OK

Expected result
404 Not Found