Skip to content

Commit

Permalink
lint (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed May 6, 2022
1 parent 4cc9189 commit 550bbcb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/provider_fm/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ func testAccPreCheck(t *testing.T) {
}

//nolint:unparam
var testAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){
"random": func() (tfprotov6.ProviderServer, error) {
return providerserver.NewProtocol6(NewFramework())(), nil
},
}

func testAccProtoV5ProviderFactories() map[string]func() (tfprotov5.ProviderServer, error) {
downgradedFrameworkProvider, err := tf6to5server.DowngradeServer(context.Background(), func() tfprotov6.ProviderServer {
return providerserver.NewProtocol6(NewFramework())()
Expand Down

0 comments on commit 550bbcb

Please sign in to comment.