From c35307df0a4709dfbb66a0c8fd74313f039912f1 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Mon, 28 Jul 2025 17:01:16 +0800 Subject: [PATCH] add more test cases Signed-off-by: yxxhero --- test/integration/test-cases/fetch-forl-local-chart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/test-cases/fetch-forl-local-chart.sh b/test/integration/test-cases/fetch-forl-local-chart.sh index 470973a6..da439450 100755 --- a/test/integration/test-cases/fetch-forl-local-chart.sh +++ b/test/integration/test-cases/fetch-forl-local-chart.sh @@ -9,6 +9,7 @@ test_start "$case_title" info "Comparing fetch-forl-local-chart diff log #$i" ${helmfile} -f ${fetch_forl_local_chart_input_dir}/helmfile.yaml.gotmpl fetch --output-dir ${fetch_forl_local_chart_tmp} || fail "\"helmfile fetch\" shouldn't fail" cat ${fetch_forl_local_chart_tmp}/helmfile-tests/local-chart/raw/latest/Chart.yaml || fail "Chart.yaml should exist in the fetched local chart directory" +cat ${fetch_forl_local_chart_tmp}/helmfile-tests/local-chart/raw/latest/templates/resources.yaml || fail "templates/resources.yaml should exist in the fetched local chart directory" echo code=$? test_pass "$case_title" \ No newline at end of file