move test case

This commit is contained in:
nimohunter
2019-09-19 15:45:31 +08:00
parent b5d5e70bdc
commit d8250c9ee2
2 changed files with 16 additions and 22 deletions

View File

@@ -138,6 +138,22 @@ kind: Namespace
metadata:
annotations:
foo: bar
`),
expectedOut: nil,
expectedErr: true,
},
{
name: "nil value in list",
input: []byte(`
apiVersion: builtin
kind: ConfigMapGenerator
metadata:
name: kube100-site
labels:
app: web
testList:
- testA
-
`),
expectedOut: nil,
expectedErr: true,