Skip to content

Commit

Permalink
EPMRPP-97692 missed retries block (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx authored Dec 23, 2024
1 parent 02210a4 commit e47b0f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ private TestItemConverter() {
resource.setPatternTemplates(item.getPatternTemplates());
resource.setPath(item.getPath());
resource.setStatisticsResource(item.getStatisticsResource());
resource.setRetries(item.getRetries());
return resource;
};

Expand Down

0 comments on commit e47b0f9

Please sign in to comment.