diff --git a/internal/provider/resource_shuffle_test.go b/internal/provider/resource_shuffle_test.go index 63e8558c..d27de7cc 100644 --- a/internal/provider/resource_shuffle_test.go +++ b/internal/provider/resource_shuffle_test.go @@ -927,6 +927,7 @@ func testAccResourceShuffleCheckLength(expectedLength string) func(input string) } } +//nolint:unparam func testExtractResourceAttrList(resourceName string, attributeName string, attributeValue *[]string) resource.TestCheckFunc { return func(s *terraform.State) error { rs, ok := s.RootModule().Resources[resourceName]