diff --git a/hcl2template/common_test.go b/hcl2template/common_test.go index 3feae5347..474faa88c 100644 --- a/hcl2template/common_test.go +++ b/hcl2template/common_test.go @@ -134,6 +134,7 @@ type parseTest struct { } func testParse(t *testing.T, tests []parseTest) { + t.Helper() for _, tt := range tests { t.Run(tt.name, func(t *testing.T) {