Skip to content

Commit 9b226e3

Browse files
committed
fix test
1 parent 76cedec commit 9b226e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysdig/resource_sysdig_secure_rule_falco_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ resource "sysdig_secure_rule_falco" "github_append" {
583583
}`
584584
}
585585

586-
func ruleGuardDuty() string {
586+
func ruleGuardDuty(name string) string {
587587
return fmt.Sprintf(`
588588
resource "sysdig_secure_rule_falco" "guardduty" {
589589
name = "TERRAFORM TEST %[1]s - GuardDuty"

0 commit comments

Comments
 (0)