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:
parent
52437c00d1
commit
5920cccf07
2 changed files with 6 additions and 2 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue