mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
@@ -858,8 +858,13 @@ func TestParseEnv(t *testing.T) {
|
||||
envArray: []string{
|
||||
"WITH_OUT_VALUES=",
|
||||
},
|
||||
expected: []api.EnvVar{},
|
||||
expectErr: true,
|
||||
expected: []api.EnvVar{
|
||||
{
|
||||
Name: "WITH_OUT_VALUES",
|
||||
Value: "",
|
||||
},
|
||||
},
|
||||
expectErr: false,
|
||||
test: "test case 3",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user