mirror of
https://github.com/yannh/kubeconform.git
synced 2026-07-04 10:29:30 +00:00
Small clean-up
This commit is contained in:
parent
b571b18f8d
commit
ab4745ddf0
3 changed files with 10 additions and 7 deletions
|
|
@ -244,7 +244,7 @@ resetCacheFolder() {
|
|||
[ "${lines[2]}" == '1..1' ]
|
||||
}
|
||||
|
||||
@test "Pass when parsing a file containing multiple a List" {
|
||||
@test "Pass when parsing a file containing a List" {
|
||||
run bin/kubeconform -summary fixtures/list_valid.yaml
|
||||
[ "$status" -eq 0 ]
|
||||
[ "$output" = "Summary: 6 resources found in 1 file - Valid: 6, Invalid: 0, Errors: 0, Skipped: 0" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue