This commit is contained in:
Gareth J. Greenaway 2018-08-08 14:33:25 -07:00
parent 8935c08141
commit aff1b8f6d4
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -428,4 +428,3 @@ class SchedulerEvalTest(ModuleCase, SaltReturnAssertsMixin):
self.schedule.eval(now=run_time2)
ret = self.schedule.job_status('job1')
self.assertEqual(ret['_last_run'], run_time2)