mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-17 17:56:33 +00:00
update name
This commit is contained in:
parent
2c9a99b55d
commit
7f5c19332a
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ func Test_doesMatchExcludeConflict(t *testing.T) {
|
|||
var rule kyverno.Rule
|
||||
_ = json.Unmarshal(testcase.rule, &rule)
|
||||
|
||||
if doesMatchAndExcludeConflict(rule) != testcase.expectedOutput {
|
||||
if doMatchAndExcludeConflict(rule) != testcase.expectedOutput {
|
||||
t.Errorf("Testcase [%d] failed - description - %v", i+1, testcase.description)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue