From fd5db20a4839deb1748df6f8d4db65576b9ccdd6 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Mon, 2 Dec 2019 18:47:07 -0800 Subject: [PATCH] Update harness.go --- api/testutils/kusttest/harness.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/testutils/kusttest/harness.go b/api/testutils/kusttest/harness.go index 205e4aaa8..4730bb35b 100644 --- a/api/testutils/kusttest/harness.go +++ b/api/testutils/kusttest/harness.go @@ -75,7 +75,7 @@ func (th Harness) MakeOptionsPluginsEnabled() krusty.Options { if strings.Contains(err.Error(), "unable to find plugin root") { th.t.Log( "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) }