Skip to content

Commit

Permalink
Added code to fix recommended link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamchaurasia committed Jul 28, 2024
1 parent ac1184f commit ea1dea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/checkmarx/jira/JiraTestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ public String getIssueVulnerabilityStatus(String projectKey) {
@Override
public String getIssueRecommendedFixLink(String projectKey) {
Issue issue = getFirstIssue(projectKey);
log.info("Hi Its me Satyam chaurasia.");
log.info(issue.getDescription());
return Objects.requireNonNull(issue.getDescription()).split(System.lineSeparator())[19];
}

Expand Down

0 comments on commit ea1dea2

Please sign in to comment.