Add test dependencies
Add name of @PathVariable Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
@@ -33,7 +33,7 @@ public interface SystemManagementRestApi {
|
||||
* @return HttpStatus.OK
|
||||
*/
|
||||
@RequestMapping(method = RequestMethod.DELETE, value = "/tenants/{tenant}")
|
||||
ResponseEntity<Void> deleteTenant(@PathVariable final String tenant);
|
||||
ResponseEntity<Void> deleteTenant(@PathVariable("tenant") final String tenant);
|
||||
|
||||
/**
|
||||
* Collects and returns system usage statistics. It provides a system wide
|
||||
|
||||
Reference in New Issue
Block a user