Update pkg/action/upgrade_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 ae66ed7a21
commit a2624e633b

@ -655,7 +655,7 @@ func TestUpgradeRelease_DryRunServerValidation(t *testing.T) {
config.KubeClient.(*kubefake.FailingKubeClient).UpdateError = expectedErr
upAction.DryRunStrategy = DryRunServer
vals := map[string]interface{}{}
vals := map[string]any{}
ctx, done := context.WithCancel(t.Context())
_, err := upAction.RunWithContext(ctx, rel.Name, buildChart(), vals)
done()

Loading…
Cancel
Save