The ExamplesFields fuzzer should produce tests for every endpoint with all defined examples. My endpoints require a not empty JSON body otherwise they will respond with HTTP 400. CATS generates for every request an additional example with an empty JSON body:
The examples in the openAPI document do not include an empty JSON body. Is this behaviour expected?
The ExamplesFields fuzzer should produce tests for every endpoint with all defined examples. My endpoints require a not empty JSON body otherwise they will respond with HTTP 400. CATS generates for every request an additional example with an empty JSON body:
{}The examples in the openAPI document do not include an empty JSON body. Is this behaviour expected?