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:
parent
7ba2374616
commit
79382ca82e
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue