Skip to content

Commit

Permalink
internal/acceptance: round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Nov 12, 2021
1 parent e579802 commit 431afb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/acceptance/testcase.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import (
func (td TestData) DataSourceTest(t *testing.T, steps []TestStep) {
// DataSources don't need a check destroy - however since this is a wrapper function
// and not matching the ignore pattern `XXX_data_source_test.go`, this needs to be explicitly opted out
// // lintignore:AT001

// lintignore:AT001
testCase := resource.TestCase{
PreCheck: func() { PreCheck(t) },
Steps: steps,
Expand All @@ -27,6 +28,7 @@ func (td TestData) DataSourceTest(t *testing.T, steps []TestStep) {
func (td TestData) DataSourceTestInSequence(t *testing.T, steps []TestStep) {
// DataSources don't need a check destroy - however since this is a wrapper function
// and not matching the ignore pattern `XXX_data_source_test.go`, this needs to be explicitly opted out

// lintignore:AT001
testCase := resource.TestCase{
PreCheck: func() { PreCheck(t) },
Expand Down

0 comments on commit 431afb5

Please sign in to comment.