We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048ccf1 commit 6c1fa51Copy full SHA for 6c1fa51
acceptance.bats
@@ -240,7 +240,7 @@ resetCacheFolder() {
240
run bin/kubeconform -output tap fixtures/valid.yaml
241
[ "$status" -eq 0 ]
242
[ "${lines[0]}" == 'TAP version 13' ]
243
- [ "${lines[1]}" == 'ok 1 - fixtures/valid.yaml (ReplicationController)' ]
+ [ "${lines[1]}" == 'ok 1 - fixtures/valid.yaml (v1/ReplicationController//bob)' ]
244
[ "${lines[2]}" == '1..1' ]
245
}
246
0 commit comments