Skip to content

Commit

Permalink
Merge pull request #211 from vmware/bangerar/fix-linters
Browse files Browse the repository at this point in the history
Fix linter issues
  • Loading branch information
ramya-bangera authored Jul 27, 2023
2 parents 2d7400f + 7aa737c commit f85dec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package provider

import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"

"github.com/vmware/terraform-provider-tanzu-mission-control/internal/authctx"
"github.com/vmware/terraform-provider-tanzu-mission-control/internal/resources/akscluster"
"github.com/vmware/terraform-provider-tanzu-mission-control/internal/resources/cluster"
Expand Down
1 change: 1 addition & 0 deletions internal/resources/ekscluster/resource_ekscluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ func getMockEksClusterSpec(accountID string, templateID string) (eksmodel.Vmware
}
}

// nolint: unparam
func bodyInspectingResponder(t *testing.T, expectedContent interface{}, successResponse int, successResponseBody interface{}) httpmock.Responder {
return func(r *http.Request) (*http.Response, error) {
successFunc := func() (*http.Response, error) {
Expand Down

0 comments on commit f85dec4

Please sign in to comment.