mljet icon indicating copy to clipboard operation
mljet copied to clipboard

Handle request with empty list exceptions

Open qnbhd opened this issue 3 years ago • 0 comments

Related: https://github.com/qnbhd/deployme/issues/91

If, with the current implementation, send a request of the form:

{
    "data": []
}

or

{
    "data": [[]]
}

different models may respond differently to this request. you need to add error handling and maybe write a fuzzy test.

СС: @pacifikus

qnbhd avatar Nov 19 '22 18:11 qnbhd