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>
pull/31616/head
MrJack 3 weeks ago
parent 4d464889ff
commit ae66ed7a21

@ -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)

Loading…
Cancel
Save