Remove static cling in plugin development flow.

This commit is contained in:
jregan
2020-04-19 07:54:04 -07:00
parent 45a9805656
commit 2c615d78a2
7 changed files with 117 additions and 133 deletions

View File

@@ -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)