13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-07-04 10:29:30 +00:00

fine-tune text logging

This commit is contained in:
Yann Hamon 2020-10-18 12:57:17 +02:00
parent 52437c00d1
commit 5920cccf07
2 changed files with 6 additions and 2 deletions

View file

@ -43,7 +43,7 @@
@test "Return relevant error for non-existent file" {
run bin/kubeconform fixtures/not-here
[ "$status" -eq 1 ]
[ "$output" = "fixtures/not-here - failed validation: open fixtures/not-here: no such file or directory" ]
[ "$output" = "fixtures/not-here - failed validation: open fixtures/not-here: no such file or directory" ]
}
@test "Fail when parsing a config with additional properties and strict set" {