Skip to content

Commit

Permalink
fixup linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Oct 21, 2024
1 parent eaf2fb4 commit 6413126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/triggers/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import (
"github.com/kubeshop/testkube/pkg/repository/testresult"
"github.com/kubeshop/testkube/pkg/scheduler"
"github.com/kubeshop/testkube/pkg/secret"
"github.com/kubeshop/testkube/pkg/tcl/checktcl"
"github.com/kubeshop/testkube/pkg/testworkflows/testworkflowexecutor"
)

Expand Down Expand Up @@ -139,6 +140,7 @@ func TestExecute(t *testing.T) {
"",
"",
"",
checktcl.SubscriptionChecker{},
)
s := &Service{
triggerStatus: make(map[statusKey]*triggerStatus),
Expand Down
2 changes: 2 additions & 0 deletions pkg/triggers/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import (
"github.com/kubeshop/testkube/pkg/repository/testworkflow"
"github.com/kubeshop/testkube/pkg/scheduler"
"github.com/kubeshop/testkube/pkg/secret"
"github.com/kubeshop/testkube/pkg/tcl/checktcl"
"github.com/kubeshop/testkube/pkg/testworkflows/executionworker/executionworkertypes"
"github.com/kubeshop/testkube/pkg/testworkflows/testworkflowexecutor"
)
Expand Down Expand Up @@ -157,6 +158,7 @@ func TestService_Run(t *testing.T) {
"",
"",
"",
checktcl.SubscriptionChecker{},
)

mockLeaseBackend := NewMockLeaseBackend(mockCtrl)
Expand Down

0 comments on commit 6413126

Please sign in to comment.