From a962a0a9a6e331ed0af2296049a2fb176d1303e2 Mon Sep 17 00:00:00 2001 From: Zakhar Dvurechensky <72825626+Zakharden@users.noreply.github.com> Date: Sun, 24 May 2026 19:21:54 +0300 Subject: [PATCH] Revert "tests: drop unused os import in plugin installer path test" This reverts commit 53747b98bd2a7b11c7eb5a7ab0797fb49516439c. Signed-off-by: Zakhar Dvurechensky <72825626+Zakharden@users.noreply.github.com> --- pkg/plugin/installer/base_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/plugin/installer/base_test.go b/pkg/plugin/installer/base_test.go index ee917a4e5..b7f35d4b5 100644 --- a/pkg/plugin/installer/base_test.go +++ b/pkg/plugin/installer/base_test.go @@ -14,6 +14,7 @@ limitations under the License. package installer // import "helm.sh/helm/v3/pkg/plugin/installer" import ( + "os" "path/filepath" "testing" )