Skip to content

Commit f1cdb24

Browse files
author
Robert Diers
committed
test case delete, remove consumes filter
1 parent f7091c5 commit f1cdb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/opentesting/services/rest/UploadController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public ResponseEntity<String> fileupload(@RequestBody String content,
115115
}
116116

117117
@Operation(summary = "remove test case")
118-
@DeleteMapping(value = "/test/{testid}", consumes = MediaType.APPLICATION_JSON_VALUE, produces = MediaType.TEXT_PLAIN_VALUE)
118+
@DeleteMapping(value = "/test/{testid}", produces = MediaType.TEXT_PLAIN_VALUE)
119119
public ResponseEntity<String> testremoval(@Parameter(description = "testid ID test case") @PathVariable String testid,
120120
HttpServletResponse response) {
121121
try {

0 commit comments

Comments
 (0)