13
0
Fork 0
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:
Yann Hamon 2021-09-26 22:55:01 +02:00
parent b571b18f8d
commit ab4745ddf0
3 changed files with 10 additions and 7 deletions

View file

@ -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" ]