Skip to content

Commit

Permalink
fix: comments
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 fdffbc9 commit 38379b4
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 @@ -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,
Expand Down

0 comments on commit 38379b4

Please sign in to comment.