Skip to content

Commit

Permalink
fix: log typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Nov 8, 2024
1 parent 7c2a00d commit 72315f9
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 @@ -349,7 +349,7 @@ func (s *TestkubeAPI) ExecuteTestWorkflowHandler() fiber.Handler {
return func(c *fiber.Ctx) (err error) {
name := c.Params("id")
selector := c.Query("selector")
s.Log.Debugw("getting test suite", "name", name, "selector", selector)
s.Log.Debugw("getting test workflow", "name", name, "selector", selector)

errPrefix := "failed to execute test workflow"

Expand Down

0 comments on commit 72315f9

Please sign in to comment.