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 23fe690 commit 25d4b87
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 @@ -49,7 +49,7 @@ void call(Map args = [:]) {
def testData = []
def queryData = componentIntegTestStatus.getComponentIntegTestFailedData(component.name)
def queryDataMap = queryData as Map
queryData.each { hit ->
queryDataMap.each { hit ->
def rowData = [
platform : "${hit['platform']}",
distribution: "${hit['distribution']}",
Expand Down

0 comments on commit 25d4b87

Please sign in to comment.