From 55697e89b437d61fa6a79f7b72b9616b5f69e351 Mon Sep 17 00:00:00 2001 From: Alik Khilazhev <7482065+alikhil@users.noreply.github.com> Date: Mon, 12 May 2025 22:35:00 +0200 Subject: [PATCH] chore: revert back new line Signed-off-by: Alik Khilazhev <7482065+alikhil@users.noreply.github.com> --- cmd/helm/helm_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/helm_test.go b/cmd/helm/helm_test.go index 95d4d1869..5431daad0 100644 --- a/cmd/helm/helm_test.go +++ b/cmd/helm/helm_test.go @@ -27,6 +27,7 @@ import ( func TestPluginExitCode(t *testing.T) { if os.Getenv("RUN_MAIN_FOR_TESTING") == "1" { os.Args = []string{"helm", "exitwith", "2"} + // We DO call helm's main() here. So this looks like a normal `helm` process. main()