-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[15.0][FIX]hr_holidays_calendar_event_privacy: Fix test in time #113
[15.0][FIX]hr_holidays_calendar_event_privacy: Fix test in time #113
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -24,15 +27,15 @@ def _new_leave_request(cls, date_from, date_to): | |||
def test_calendar_event_privacy(self): | |||
self.assertEqual(self.leave_type.calendar_event_privacy, "confidential") | |||
leave = self._new_leave_request( | |||
fields.Date.today() + timedelta(days=12), | |||
fields.Date.today() + timedelta(days=13), | |||
fields.Date.today() + timedelta(days=2), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get why are you changing this data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pedrobaeza I'm not sure, but this may fix errors like this one: https://github.com/OCA/hr-holidays/actions/runs/8315045201/job/22752936701?pr=114 (PR #114)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, seems reasonable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ocabot merge patch
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 9cefb71. Thanks a lot for contributing to OCA. ❤️ |
Closes: #112