mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
Remove static cling in plugin development flow.
This commit is contained in:
@@ -102,7 +102,6 @@ patch: "thisIsNotAPatch"
|
||||
if err == nil {
|
||||
t.Fatalf("expected error")
|
||||
}
|
||||
fmt.Print(err)
|
||||
if !strings.Contains(err.Error(),
|
||||
"unable to parse SM or JSON patch from ") {
|
||||
t.Fatalf("unexpected err: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user