move cache file to fixtures/cache

This commit is contained in:
Yann Hamon 2021-01-09 12:57:56 +01:00
parent f564719d74
commit e99589adab
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@
}
@test "Pass when parsing a valid config YAML file without network access, with cache" {
run bin/kubeconform -cache fixtures/ fixtures/valid.yaml
run bin/kubeconform -cache fixtures/cache/ fixtures/valid.yaml
[ "$status" -eq 0 ]
}