mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 05:59:22 +00:00
move cache file to fixtures/cache
This commit is contained in:
parent
f564719d74
commit
e99589adab
2 changed files with 1 additions and 1 deletions
|
|
@ -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 ]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue