We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2dde5 commit 366bc3bCopy full SHA for 366bc3b
internal/provider/provider_test.go
@@ -36,12 +36,6 @@ var testAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServe
36
"envbuilder": providerserver.NewProtocol6WithError(New("test")()),
37
}
38
39
-func testAccPreCheck(t *testing.T) {
40
- // You can add code here to run prior to any test case execution, for example assertions
41
- // about the appropriate environment variables being set are common to see in a pre-check
42
- // function.
43
-}
44
-
45
// testDependencies contain information about stuff the test depends on.
46
type testDependencies struct {
47
BuilderImage string
0 commit comments