From d7b22cae87ec53f5b5fa5473475978ae7665611b Mon Sep 17 00:00:00 2001 From: Vladislav Sukhin Date: Tue, 3 Dec 2024 18:47:12 +0300 Subject: [PATCH] fix: test Signed-off-by: Vladislav Sukhin --- cmd/api-server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/api-server/main.go b/cmd/api-server/main.go index 4ea389ae3f..1243b0fd8c 100644 --- a/cmd/api-server/main.go +++ b/cmd/api-server/main.go @@ -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{