From 9ee32fa7df2b305ebb5fa412df868d18495a130e 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 8a73cc34d..5bc3ea123 100644 --- a/pkg/action/install_test.go +++ b/pkg/action/install_test.go @@ -484,7 +484,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)