fixed bug in base test

This commit is contained in:
Natasha Sarkar
2020-09-21 11:32:26 -07:00
parent 9abd0119e1
commit ce0dba9217

View File

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