Fix one more failing test

This commit is contained in:
Preetha Appan 2018-04-11 15:49:23 -05:00
parent ae1419826e
commit 81f856e7c9
No known key found for this signature in database
GPG key ID: 9F7C19990A50EAFC

View file

@ -367,6 +367,7 @@ func TestJob_IsPeriodicActive(t *testing.T) {
func TestJob_SystemJob_Validate(t *testing.T) {
j := testJob()
j.Type = JobTypeSystem
j.TaskGroups[0].ReschedulePolicy = nil
j.Canonicalize()
err := j.Validate()