Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
  • Loading branch information
vsukhin committed Nov 28, 2024
1 parent 57db7a0 commit cccfcb7
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 @@ -248,7 +248,7 @@ func (ag *Agent) executeWorkflowServiceNotificationsRequest(ctx context.Context,

for {
notificationsCh, err = ag.testWorkflowServiceNotificationsFunc(ctx, req.ExecutionId, req.ServiceName, int(req.ServiceIndex))
if errors.Is(err, ErrGetTestWorkflowExecution) || errors.Is(ErrFinishedTestWorkflowExecution) {
if errors.Is(err, ErrGetTestWorkflowExecution) || errors.Is(err, ErrFinishedTestWorkflowExecution) {
break
}

Expand Down

0 comments on commit cccfcb7

Please sign in to comment.