Removing a flaky assertion that compares two calls to work_schedule_read() with the same parameters, as it serves no clear purpose and occasionally fails in the CI. Running this same test by making real calls to the python-api correctly returns the WorkDayRules defined between the given start_dateand end_date.
Removing a flaky assertion that compares two calls to work_schedule_read() with the same parameters, as it serves no clear purpose and occasionally fails in the CI. Running this same test by making real calls to the python-api correctly returns the
WorkDayRules
defined between the givenstart_date
andend_date
.