Skip to content

Commit

Permalink
workflows: updated data when creating ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Sep 4, 2024
1 parent 4545109 commit a38ca0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def create_ticket_entry(
data = {
"ticket_type": ticket_type,
"ticket_id": ticket_id,
"workflow_id": workflow_id,
"workflow": workflow_id,
}
return self.run_with_advanced_retry(
_retry_args=self.tenacity_retry_kwargs,
Expand Down

0 comments on commit a38ca0f

Please sign in to comment.