Skip to content

Commit

Permalink
test: improve titles
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Feb 17, 2025
1 parent ba9dc01 commit 8018371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/policy/policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ func TestPolicies_Eval(t *testing.T) {
deny[res] {
failHostNetwork
res := {
"msg": "the check should always pass",
"msg": "the check should be always failed",
}
}`,
},
Expand All @@ -610,7 +610,7 @@ func TestPolicies_Eval(t *testing.T) {
Severity: "LOW",
Type: "Kubernetes Security Check",
},
Messages: []string{"the check should always pass"},
Messages: []string{"the check should be always failed"},
Success: false,
},
},
Expand Down Expand Up @@ -638,7 +638,7 @@ func TestPolicies_Eval(t *testing.T) {
deny[res] {
failHostNetwork
res := {
"msg": "the check should always pass",
"msg": "this msg should be hidden",
}
}`,
},
Expand Down

0 comments on commit 8018371

Please sign in to comment.