mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
improve error messages
This commit is contained in:
@@ -266,7 +266,7 @@ radon
|
||||
t.Fatalf("expected an error")
|
||||
}
|
||||
assert.Contains(t, err.Error(),
|
||||
"kustomization unmarshal error: error converting YAML to JSON: yaml: unmarshal errors:\n"+
|
||||
"invalid Kustomization: error converting YAML to JSON: yaml: unmarshal errors:\n"+
|
||||
" line 13: key \"literals\" already set in map\n line 18: key \"files\" already set in map")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user