Skip to content

Commit

Permalink
fix: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Feb 2, 2022
1 parent 79233e9 commit 43ad8a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pkg/executor/client/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"time"

executorv1 "github.com/kubeshop/testkube-operator/apis/executor/v1"
// scriptv1 "github.com/kubeshop/testkube-operator/apis/script/v1"
scriptv2 "github.com/kubeshop/testkube-operator/apis/script/v2"
"github.com/kubeshop/testkube/pkg/api/v1/testkube"
)
Expand Down
1 change: 1 addition & 0 deletions pkg/executor/content/fetcher_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//go:build integration

// this test need git to test fetchers
package content

import (
Expand Down

0 comments on commit 43ad8a7

Please sign in to comment.