mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-18 02:01:29 +00:00
Update harness.go
This commit is contained in:
@@ -75,7 +75,7 @@ func (th Harness) MakeOptionsPluginsEnabled() krusty.Options {
|
|||||||
if strings.Contains(err.Error(), "unable to find plugin root") {
|
if strings.Contains(err.Error(), "unable to find plugin root") {
|
||||||
th.t.Log(
|
th.t.Log(
|
||||||
"Tests that want to run with plugins enabled must be " +
|
"Tests that want to run with plugins enabled must be " +
|
||||||
"bookended by calls to newPluginTestEnv.Set(), Reset().")
|
"bookended by calls to MakeEnhancedHarness(), Reset().")
|
||||||
}
|
}
|
||||||
th.t.Fatal(err)
|
th.t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user