Adding the rest of validations for manager expand test.

pull/91/head
Brendan Melville 9 years ago
parent 0343be6ad2
commit f9c0b02c21

@ -400,8 +400,12 @@ func TestExpand(t *testing.T) {
t.Error("Failed to expand template into manifest.")
}
if m.InputConfig != nil {
t.Errorf("Input config not nil: %v", *m)
if m.Name != "" {
t.Errorf("Name was not empty: %v", *m)
}
if m.Deployment != "" {
t.Errorf("Deployment was not empty: %v", *m)
}
if m.InputConfig != nil {

Loading…
Cancel
Save