mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-21 10:57:01 +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" {
|
@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 ]
|
[ "$status" -eq 0 ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue