Skip to content

Commit

Permalink
added Assert Command
Browse files Browse the repository at this point in the history
Signed-off-by: abhashsolanki18 <[email protected]>
  • Loading branch information
abhashsolanki18 committed Nov 26, 2024
1 parent 8919314 commit 0d914b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/k8s_env/syscalls/syscalls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ var _ = Describe("Syscalls", func() {
ubuntu, "syscalls", []string{"bash", "-c", "mount /home /mnt/test"},
MatchRegexp(".*"), false,
)
fmt.Printf("OUTPUT: %s\n", sout)

expect := protobuf.Alert{
PolicyName: "DefaultPosture",
Expand All @@ -698,7 +697,6 @@ var _ = Describe("Syscalls", func() {
ubuntu, "syscalls", []string{"bash", "-c", "umount /mnt"},
MatchRegexp(".*"), false,
)
fmt.Printf("OUTPUT: %s\n", sout)

expect := protobuf.Alert{
PolicyName: "DefaultPosture",
Expand Down

0 comments on commit 0d914b1

Please sign in to comment.