Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Dec 3, 2024
1 parent 9d4c5fa commit 8a7f8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/testworkflows.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func (ag *Agent) executeWorkflowParallelStepNotificationsRequest(ctx context.Con
// Cloud sometimes slow to start parallel step
// while WorkflowNotifications request from websockets comes in faster
// so we retry up to wait till parallel step pod is uo or execution is finished.
return ag.testWorkflowServiceNotificationsFunc(ctx, req.ExecutionId, req.Ref, int(req.ParallelStepIndex))
return ag.testWorkflowParallelStepNotificationsFunc(ctx, req.ExecutionId, req.Ref, int(req.ParallelStepIndex))
},
retry.DelayType(retry.FixedDelay),
retry.Delay(logRetryDelay),
Expand Down

0 comments on commit 8a7f8cb

Please sign in to comment.