spelling: override

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/7258/head
Josh Soref 6 years ago
parent 487dc4d700
commit 388f8674d4

@ -76,7 +76,7 @@ func TestToRenderValues(t *testing.T) {
}, },
} }
overideValues := map[string]interface{}{ overrideValues := map[string]interface{}{
"name": "Haroun", "name": "Haroun",
"where": map[string]interface{}{ "where": map[string]interface{}{
"city": "Baghdad", "city": "Baghdad",
@ -103,7 +103,7 @@ func TestToRenderValues(t *testing.T) {
IsInstall: true, IsInstall: true,
} }
res, err := ToRenderValues(c, overideValues, o, nil) res, err := ToRenderValues(c, overrideValues, o, nil)
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }

Loading…
Cancel
Save