From e99589adab575388a5b1e0f1efae3e1ff34e5f01 Mon Sep 17 00:00:00 2001 From: Yann Hamon Date: Sat, 9 Jan 2021 12:57:56 +0100 Subject: [PATCH] move cache file to fixtures/cache --- acceptance-nonetwork.bats | 2 +- fixtures/{ => cache}/c83be334b785044137611770c677d106 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename fixtures/{ => cache}/c83be334b785044137611770c677d106 (100%) diff --git a/acceptance-nonetwork.bats b/acceptance-nonetwork.bats index 6ec0a7c..bff6e94 100755 --- a/acceptance-nonetwork.bats +++ b/acceptance-nonetwork.bats @@ -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 ] } diff --git a/fixtures/c83be334b785044137611770c677d106 b/fixtures/cache/c83be334b785044137611770c677d106 similarity index 100% rename from fixtures/c83be334b785044137611770c677d106 rename to fixtures/cache/c83be334b785044137611770c677d106