Skip to content

Commit d4ca31c

Browse files
committed
Test
1 parent 28a26ae commit d4ca31c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sysdig/resource_sysdig_secure_custom_policy_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ func TestAccCustomPolicy(t *testing.T) {
2525
},
2626
Steps: []resource.TestStep{
2727
{
28-
Config: customPolicyWithName(policy1()),
28+
Config: customPolicyWithName(policy1),
2929
},
3030
{
3131
ResourceName: "sysdig_secure_custom_policy.sample",
3232
ImportState: true,
3333
ImportStateVerify: true,
3434
},
3535
{
36-
Config: customPolicyWithRulesOrderChange(policy1()),
36+
Config: customPolicyWithRulesOrderChange(policy1),
3737
},
3838
{
3939
ResourceName: "sysdig_secure_custom_policy.sample",

0 commit comments

Comments
 (0)