mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-18 18:18:36 +00:00
Ease doing custom configuration of builtin plugins.
This commit is contained in:
@@ -113,7 +113,7 @@ transformers:
|
||||
if err == nil {
|
||||
t.Fatalf("expected error")
|
||||
}
|
||||
if !strings.Contains(err.Error(), "unable to load plugin StringPrefixer") {
|
||||
if !strings.Contains(err.Error(), "unable to load external plugin StringPrefixer") {
|
||||
t.Fatalf("unexpected err: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user