Skip to content

Commit 5141fdd

Browse files
committed
Small fix to test
1 parent 3cc9ef4 commit 5141fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysdig/resource_sysdig_secure_rule_stateful_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func ruleStatefulAppend() string {
3333
ruletype = "STATEFUL_SEQUENCE"
3434
append = true
3535
exceptions {
36-
values = jsonencode([["12345", ["docker.io/library/busybox"]]])
36+
values = jsonencode([["user_abc", ["12345"]]])
3737
name = "user_accountid"
3838
}
3939
}`

0 commit comments

Comments
 (0)