Issue tracker : put and delete keep failing

There were two problems:
I was using findOne() and find() in the get request, deleted findOne() and adapted the rest of the code (ObjetId!) so that tests are always getting an array
In the get the response can be undefined. So I added that as an option in the conditions and I passed the deletion tests

BTW these posts helped me a lot: