0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-03-15 04:34:49 +00:00

Fix systemd expression in a testcase to work after 2024-02-01

This commit is contained in:
Pēteris Caune 2024-02-02 13:00:29 +02:00
parent 7ba2374616
commit 79382ca82e
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

View file

@ -165,8 +165,8 @@ class UpdateTimeoutTestCase(BaseTestCase):
def test_it_saves_multiline_oncalendar_expression(self) -> None:
schedule = """
2024-01-01 12:00 America/New_York
2024-02-01 12:00 Europe/Paris
01-01 12:00 America/New_York
02-01 12:00 Europe/Paris
"""
payload = {"kind": "oncalendar", "schedule": schedule, "tz": "UTC", "grace": 60}