From ae66ed7a215d3b969d88fc79e9e90c37064bfdcd Mon Sep 17 00:00:00 2001 From: MrJack <36191829+biagiopietro@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:05:56 +0200 Subject: [PATCH] Update pkg/action/install_test.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: MrJack <36191829+biagiopietro@users.noreply.github.com> --- pkg/action/install_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/action/install_test.go b/pkg/action/install_test.go index 792b6cd2a..5befcab01 100644 --- a/pkg/action/install_test.go +++ b/pkg/action/install_test.go @@ -478,7 +478,7 @@ func TestInstallRelease_DryRunServerValidation(t *testing.T) { config.KubeClient.(*kubefake.FailingKubeClient).CreateError = expectedErr instAction.DryRunStrategy = DryRunServer - vals := map[string]interface{}{} + vals := map[string]any{} _, err := instAction.Run(buildChart(withSampleTemplates()), vals) is.Error(err)