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 6, 2024
1 parent c149f36 commit 6f1a399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/updateIntegTestFailureIssues.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void call(Map args = [:]) {
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 6f1a399

Please sign in to comment.