Skip to content

Commit

Permalink
fix: change log
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
  • Loading branch information
vsukhin committed Feb 13, 2025
1 parent 9320212 commit 41f90d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/api/v1/testworkflows.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ func (s *TestkubeAPI) ReRunTestWorkflowExecutionHandler() fiber.Handler {
executionID := c.Params("executionID")
s.Log.Debugw("rerunning test workflow execution", "id", executionID)

errPrefix := "failed to rerun test workflow"
errPrefix := "failed to rerun test workflow execution"

// Load the running comtext
var twrContext testkube.TestWorkflowRunningContext
Expand Down

0 comments on commit 41f90d2

Please sign in to comment.