Fixes acceptance test with new TAP output

This commit is contained in:
Yann Hamon 2021-12-19 01:15:31 +01:00 committed by Yann
parent 048ccf125e
commit 6c1fa513e9

View file

@ -240,7 +240,7 @@ resetCacheFolder() {
run bin/kubeconform -output tap fixtures/valid.yaml
[ "$status" -eq 0 ]
[ "${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' ]
}