mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-18 13:22:17 +00:00
modify add resource test to accomodate changes
This commit is contained in:
@@ -103,5 +103,5 @@ func TestAddResourceFileNotFound(t *testing.T) {
|
||||
args := []string{resourceFileName}
|
||||
|
||||
err := cmd.RunE(cmd, args)
|
||||
assert.EqualError(t, err, resourceFileName+" has no match: must build at directory: not a valid directory: '"+resourceFileName+"' doesn't exist")
|
||||
assert.EqualError(t, err, "pattern "+resourceFileName+" has no match: must build at directory: not a valid directory: '"+resourceFileName+"' doesn't exist")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user