mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
manifest becomes kustomization
This commit is contained in:
@@ -86,7 +86,7 @@ func TestDiff(t *testing.T) {
|
||||
}
|
||||
|
||||
diffOps := &diffOptions{
|
||||
manifestPath: testcase.Filename,
|
||||
kustomizationPath: testcase.Filename,
|
||||
}
|
||||
buf := bytes.NewBuffer([]byte{})
|
||||
err = diffOps.RunDiff(buf, os.Stderr, fs)
|
||||
|
||||
Reference in New Issue
Block a user