mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-23 03:37:01 +00:00
Fixes acceptance test with new TAP output
This commit is contained in:
parent
048ccf125e
commit
6c1fa513e9
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ resetCacheFolder() {
|
||||||
run bin/kubeconform -output tap fixtures/valid.yaml
|
run bin/kubeconform -output tap fixtures/valid.yaml
|
||||||
[ "$status" -eq 0 ]
|
[ "$status" -eq 0 ]
|
||||||
[ "${lines[0]}" == 'TAP version 13' ]
|
[ "${lines[0]}" == 'TAP version 13' ]
|
||||||
[ "${lines[1]}" == 'ok 1 - fixtures/valid.yaml (ReplicationController)' ]
|
[ "${lines[1]}" == 'ok 1 - fixtures/valid.yaml (v1/ReplicationController//bob)' ]
|
||||||
[ "${lines[2]}" == '1..1' ]
|
[ "${lines[2]}" == '1..1' ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue