Missing "response body" when filtering response for DELETE operation on SOL002/VNFIndicator-API/IndividualSubscription.robot
The Validate json fails with: ValidationError: Validation error for schema ProblemDetails.schema.json: 'status' is a required property
The issue is raised because the checking is done on the full json of the response, not only on the body part, as expected.
Edited by Giacomo Bernini