Skip to content

Commit 6c1fa51

Browse files
committedDec 19, 2021
Fixes acceptance test with new TAP output
1 parent 048ccf1 commit 6c1fa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎acceptance.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ resetCacheFolder() {
240240
run bin/kubeconform -output tap fixtures/valid.yaml
241241
[ "$status" -eq 0 ]
242242
[ "${lines[0]}" == 'TAP version 13' ]
243-
[ "${lines[1]}" == 'ok 1 - fixtures/valid.yaml (ReplicationController)' ]
243+
[ "${lines[1]}" == 'ok 1 - fixtures/valid.yaml (v1/ReplicationController//bob)' ]
244244
[ "${lines[2]}" == '1..1' ]
245245
}
246246

0 commit comments

Comments
 (0)
Please sign in to comment.