Skip to content

Commit

Permalink
fix: test execution removed unnecessary validator (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
exu authored Jan 21, 2022
1 parent 389c754 commit 6cc169e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/kubectl-testkube/commands/tests/executions.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"os"

"github.com/kubeshop/testkube/cmd/kubectl-testkube/commands/common"
"github.com/kubeshop/testkube/cmd/kubectl-testkube/commands/common/validator"
"github.com/kubeshop/testkube/pkg/ui"
"github.com/spf13/cobra"
)
Expand All @@ -21,7 +20,6 @@ func NewTestExecutionsCmd() *cobra.Command {
Aliases: []string{"el"},
Short: "Gets tests executions list",
Long: `Gets tests executions list, can be filtered by test name`,
Args: validator.TestName,
Run: func(cmd *cobra.Command, args []string) {
ui.Logo()

Expand Down

0 comments on commit 6cc169e

Please sign in to comment.