mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 18:10:59 +00:00
fixed bug in base test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user