Signed-off-by: Aurélien Lambert <aure@olli-ai.com>
pull/6876/head
Aurélien Lambert 6 years ago
parent 6391ae173d
commit 2240ae7fed
No known key found for this signature in database
GPG Key ID: 676BC3D8C0C1071B

@ -155,7 +155,7 @@ func TestRenderRefsOrdering(t *testing.T) {
}
for i := 0; i < 100; i++ {
out, err := Render(parentChart, chartutil.Values{})
out, err := Render(parentChart, chartutil.Values{"Values": map[string]interface{}{}})
if err != nil {
t.Fatalf("Failed to render templates: %s", err)
}

Loading…
Cancel
Save