Skip to content

Commit 431afb5

Browse files
internal/acceptance: round 2
1 parent e579802 commit 431afb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/acceptance/testcase.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import (
1616
func (td TestData) DataSourceTest(t *testing.T, steps []TestStep) {
1717
// DataSources don't need a check destroy - however since this is a wrapper function
1818
// and not matching the ignore pattern `XXX_data_source_test.go`, this needs to be explicitly opted out
19-
// // lintignore:AT001
19+
20+
// lintignore:AT001
2021
testCase := resource.TestCase{
2122
PreCheck: func() { PreCheck(t) },
2223
Steps: steps,
@@ -27,6 +28,7 @@ func (td TestData) DataSourceTest(t *testing.T, steps []TestStep) {
2728
func (td TestData) DataSourceTestInSequence(t *testing.T, steps []TestStep) {
2829
// DataSources don't need a check destroy - however since this is a wrapper function
2930
// and not matching the ignore pattern `XXX_data_source_test.go`, this needs to be explicitly opted out
31+
3032
// lintignore:AT001
3133
testCase := resource.TestCase{
3234
PreCheck: func() { PreCheck(t) },

0 commit comments

Comments
 (0)