mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
fix junit test
This commit is contained in:
parent
44f8d53d02
commit
77682c3142
1 changed files with 5 additions and 0 deletions
|
|
@ -98,6 +98,11 @@ metadata:
|
|||
t.Errorf("Test suite name should be the resource path")
|
||||
}
|
||||
continue
|
||||
case "id":
|
||||
if attr.Value != "1" {
|
||||
t.Errorf("testsuite/@id should be 1")
|
||||
}
|
||||
continue
|
||||
case "tests":
|
||||
if attr.Value != "1" {
|
||||
t.Errorf("testsuite/@tests should be 1")
|
||||
|
|
|
|||
Loading…
Reference in a new issue