Fix tests after new defaulted value added

This commit is contained in:
Clayton Coleman
2017-01-15 23:56:22 -05:00
parent 2bb2604f0b
commit 6ea557d4b2
18 changed files with 105 additions and 85 deletions

View File

@@ -358,6 +358,7 @@ func FuzzerFor(t *testing.T, version schema.GroupVersion, src rand.Source) *fuzz
func(ct *api.Container, c fuzz.Continue) {
c.FuzzNoCustom(ct) // fuzz self without calling this function again
ct.TerminationMessagePath = "/" + ct.TerminationMessagePath // Must be non-empty
ct.TerminationMessagePolicy = "File"
},
func(p *api.Probe, c fuzz.Continue) {
c.FuzzNoCustom(p)