Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalet committed Nov 21, 2023
1 parent 4a7705e commit 72ff8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/services/ske/utils/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type skeClientMocked struct {
getClustersResp *ske.ClustersResponse
}

func (m *skeClientMocked) GetClustersExecute(_ context.Context, projectId string) (*ske.ClustersResponse, error) {
func (m *skeClientMocked) GetClustersExecute(_ context.Context, _ string) (*ske.ClustersResponse, error) {
if m.getClustersFails {
return nil, fmt.Errorf("could not get clusters")
}
Expand Down

0 comments on commit 72ff8ad

Please sign in to comment.