fix: unused-parameter linter findings
Signed-off-by: Mario Constanti <mario.constanti@mercedes-benz.com>
This commit is contained in:
parent
73eb21438a
commit
9f5c38ef2d
28 changed files with 146 additions and 148 deletions
|
|
@ -19,6 +19,9 @@ import (
|
|||
"fmt"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/mock"
|
||||
"github.com/stretchr/testify/suite"
|
||||
|
||||
runnerErrors "github.com/cloudbase/garm-provider-common/errors"
|
||||
"github.com/cloudbase/garm/auth"
|
||||
"github.com/cloudbase/garm/config"
|
||||
|
|
@ -29,9 +32,6 @@ import (
|
|||
"github.com/cloudbase/garm/runner/common"
|
||||
runnerCommonMocks "github.com/cloudbase/garm/runner/common/mocks"
|
||||
runnerMocks "github.com/cloudbase/garm/runner/mocks"
|
||||
|
||||
"github.com/stretchr/testify/mock"
|
||||
"github.com/stretchr/testify/suite"
|
||||
)
|
||||
|
||||
type EnterpriseTestFixtures struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue