Skip to content

Commit

Permalink
removing content from the response, IPT relies on empty responses to …
Browse files Browse the repository at this point in the history
  • Loading branch information
fmendezh committed Jun 4, 2020
1 parent e71e447 commit ea9b535
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ public Object getOrganization(
// the key provided}"
return ResponseEntity.status(HttpStatus.NOT_FOUND)
.cacheControl(CacheControl.noCache())
.body(new ErrorResponse("No organisation matches the key provided"));
.build();
// .body(new ErrorResponse("No organisation matches the key provided"));
}

if (op != null) {
Expand Down

0 comments on commit ea9b535

Please sign in to comment.