Skip to content

Commit

Permalink
fix: test
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 62d276f commit d7b22ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func main() {
}

if execution.Result != nil && execution.Result.IsFinished() {
return nil, errors.New("test workflow execution is finished")
return nil, errors.New("test workflow execution is finished" + fmt.Sprintf("%s-%s-%d", execution.Id, ref, parallelStepIndex))
}

notifications := executionWorker.Notifications(ctx, fmt.Sprintf("%s-%s-%d", execution.Id, ref, parallelStepIndex), executionworkertypes.NotificationsOptions{
Expand Down

0 comments on commit d7b22ca

Please sign in to comment.