Skip to content

Commit

Permalink
fix: remove hint
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Nov 3, 2023
1 parent 292abcf commit be2e817
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/kubectl-testkube/commands/testsuites/executions.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func NewTestSuiteExecutionCmd() *cobra.Command {
ui.ExitOnError("getting recent test suite execution data id:"+execution.Id, err)
err = render.Obj(cmd, execution, os.Stdout, renderer.TestSuiteExecutionRenderer)
ui.ExitOnError("rendering obj", err)
uiShellTestSuiteGetCommandBlock(execution.Id)
} else {
client, _, err := common.GetClient(cmd)
ui.ExitOnError("getting client", err)
Expand Down

0 comments on commit be2e817

Please sign in to comment.