Skip to content

Commit 5696e8e

Browse files
SSPROD-49510 - Bug fix
1 parent 8728486 commit 5696e8e

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
@@ -119,7 +119,7 @@ func TestAccRuleFalco(t *testing.T) {
119119
func ruleFalcoTerminalShell(name string) string {
120120
return fmt.Sprintf(`
121121
resource "sysdig_secure_rule_falco" "terminal_shell" {
122-
name = "TERRAFORM TEST %s - Terminal Shell Base Rule"
122+
name = "TERRAFORM TEST %s - Terminal Shell"
123123
description = "TERRAFORM TEST %s"
124124
tags = ["container", "shell", "mitre_execution"]
125125

0 commit comments

Comments
 (0)