Skip to content

Commit

Permalink
JUNit test case coverage of 23.3% and SonarQube Issues fix #final
Browse files Browse the repository at this point in the history
  • Loading branch information
AN20279976 authored and AN20279976 committed Mar 11, 2024
1 parent 6c20ea6 commit e6a2ebb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public String getIndentOrderWorklist(

@CrossOrigin()
@Operation(summary = "Issue indent")
@RequestMapping(value = "/issueIndent", headers = "Authorization", produces = {
@PostMapping(value = "/issueIndent", headers = "Authorization", produces = {
"application/json" })
public String issueIndent(@Param("{\"facilityID\":\"Integer\"}") @RequestBody String request) {
logger.info("issueIndent request " + request);
Expand Down Expand Up @@ -243,7 +243,7 @@ public String cancelIndentOrder(@Param("{\"indentID\":\"Integer\"}") @RequestBod

@CrossOrigin()
@Operation(summary = "Receive indent")
@RequestMapping(value = "/receiveIndent", headers = "Authorization", produces = {
@PostMapping(value = "/receiveIndent", headers = "Authorization", produces = {
"application/json" })
public String receiveIndent(@RequestBody String request) {
logger.info("receiveIndent request " + request);
Expand Down

0 comments on commit e6a2ebb

Please sign in to comment.