We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ad267 commit 88ae71dCopy full SHA for 88ae71d
internal/provider/provider_test.go
@@ -16,7 +16,7 @@ var testAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServe
16
}
17
18
func testAccPreCheck(t *testing.T) {
19
- t.Parallel()
+ t.Helper()
20
// You can add code here to run prior to any test case execution, for example assertions
21
// about the appropriate environment variables being set are common to see in a pre-check
22
// function.
0 commit comments