From 38379b42652f9ef03870127a2ef8ced081901d3b Mon Sep 17 00:00:00 2001 From: Vladislav Sukhin Date: Tue, 3 Dec 2024 14:29:00 +0300 Subject: [PATCH] fix: comments Signed-off-by: Vladislav Sukhin --- pkg/agent/testworkflows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/agent/testworkflows.go b/pkg/agent/testworkflows.go index c11cdeeb7a..4e13ee0178 100644 --- a/pkg/agent/testworkflows.go +++ b/pkg/agent/testworkflows.go @@ -397,7 +397,7 @@ func (ag *Agent) executeWorkflowParallelStepNotificationsRequest(ctx context.Con ) if err != nil { - message := fmt.Sprintf("cannot get service pod logs: %s", err.Error()) + message := fmt.Sprintf("cannot get parallel step pod logs: %s", err.Error()) ag.testWorkflowParallelStepNotificationsResponseBuffer <- &cloud.TestWorkflowParallelStepNotificationsResponse{ StreamId: req.StreamId, SeqNo: 0,