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
{{ message }}
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
Describe the bug
If you perform a DELETE request to remove devices of a lot using an IDentifier of a device that doesn't belong to the lot it returns 200 but backend don't really process the request.
To Reproduce
Steps to reproduce the behavior:
Send DELETE request including some device that doesn't belongs to the lot (but include other that belongs to it)
Server responses with 200 code
Send GET request to list devices of the lot
You get some of the devices that you have tried to DELETE.
Expected behavior
Server should return 400 bad request or similar.