Skip to content

Commit 3cc9ef4

Browse files
committed
address lint errors
1 parent 7d83228 commit 3cc9ef4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sysdig/data_source_sysdig_secure_managed_policy_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ func TestAccManagedPolicyDataSource(t *testing.T) {
3737
return sysdig.Provider(), nil
3838
},
3939
},
40-
Steps: []resource.TestStep{
41-
{
42-
Config: managedPolicyDataSource(),
43-
},
44-
},
40+
Steps: steps,
4541
})
4642
}
4743

0 commit comments

Comments
 (0)