From ce0dba9217322438c3b602a630cba65502f22ebe Mon Sep 17 00:00:00 2001 From: Natasha Sarkar Date: Mon, 21 Sep 2020 11:32:26 -0700 Subject: [PATCH] fixed bug in base test --- api/krusty/issue2896_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/krusty/issue2896_test.go b/api/krusty/issue2896_test.go index 8f2e32aeb..524e8a1a3 100644 --- a/api/krusty/issue2896_test.go +++ b/api/krusty/issue2896_test.go @@ -40,7 +40,7 @@ spec: func TestIssue2896Base(t *testing.T) { th := kusttest_test.MakeHarness(t) writeIssueBase(th) - m := th.Run(".", th.MakeDefaultOptions()) + m := th.Run("base", th.MakeDefaultOptions()) th.AssertActualEqualsExpected(m, ` apiVersion: apps/v1 kind: Deployment