Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Oct 7, 2024
1 parent 679bbe2 commit 2eebbee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vars/updateIntegTestFailureIssues.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ void call(Map args = [:]) {
]
testData << rowData
}
println("Class of testData: ${testData.getClass().getName()}")
def markdownContent = new CreateIntegTestMarkDownTable(version, testData).create()
println(markdownContent)
println("Class of markdownContent: ${markdownContent.getClass().getName()}")
// writeFile file: "failedTestDetails.md", text: markdownContent
writeFile file: "failedTestDetails.md", text: markdownContent
println('Wrote file')
println('Component Name: '+ component.name)
println('Version is '+ version)
Expand Down

0 comments on commit 2eebbee

Please sign in to comment.