Skip to content

Commit

Permalink
Update report type in wait_for_report method for security risk retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
kooomix committed Jan 1, 2025
1 parent 1d7f887 commit ac16370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_scripts/helm/jira_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ def create_jira_issue_for_security_risks(self):
security_risk_id = "R_0011"

resource, t = self.wait_for_report(
report_type=self.get_security_risks_resource,
timeout=120,
sleep_interval=10,
report_type=self.backend.get_security_risks_list,
security_risk_id=security_risk_id,
)

Expand Down

0 comments on commit ac16370

Please sign in to comment.