From fb9ee4479da9e9cb666ae5b13339abd04151e894 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Fri, 23 Jan 2026 22:33:47 +0800 Subject: [PATCH] fix: update lint output for single repo update With the repo update optimization, lint runs only once with 'Updating repo' messages instead of running twice. Update expected output to match new single-run behavior. Signed-off-by: yxxhero --- test/integration/test-cases/chart-needs/output/lint-live | 3 --- test/integration/test-cases/chart-needs/output/lint-live-helm4 | 3 --- 2 files changed, 6 deletions(-) diff --git a/test/integration/test-cases/chart-needs/output/lint-live b/test/integration/test-cases/chart-needs/output/lint-live index cbb93a77..f60513c7 100644 --- a/test/integration/test-cases/chart-needs/output/lint-live +++ b/test/integration/test-cases/chart-needs/output/lint-live @@ -12,7 +12,4 @@ Update Complete. ⎈Happy Helming!⎈ [INFO] values.yaml: file does not exist 1 chart(s) linted, 0 chart(s) failed -[INFO] Chart.yaml: icon is recommended - -1 chart(s) linted, 0 chart(s) failed diff --git a/test/integration/test-cases/chart-needs/output/lint-live-helm4 b/test/integration/test-cases/chart-needs/output/lint-live-helm4 index cbb93a77..f60513c7 100644 --- a/test/integration/test-cases/chart-needs/output/lint-live-helm4 +++ b/test/integration/test-cases/chart-needs/output/lint-live-helm4 @@ -12,7 +12,4 @@ Update Complete. ⎈Happy Helming!⎈ [INFO] values.yaml: file does not exist 1 chart(s) linted, 0 chart(s) failed -[INFO] Chart.yaml: icon is recommended - -1 chart(s) linted, 0 chart(s) failed