mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
fix a test related to proximity to the DST boundary
technically speaking, this test could still fail on the Saturday before DST boundaries ...but I don't care
This commit is contained in:
@@ -349,7 +349,7 @@ def test_months_with_31_days(post, admin_user):
|
|||||||
('MINUTELY', 1, 60),
|
('MINUTELY', 1, 60),
|
||||||
('MINUTELY', 15, 15 * 60),
|
('MINUTELY', 15, 15 * 60),
|
||||||
('HOURLY', 1, 3600),
|
('HOURLY', 1, 3600),
|
||||||
('HOURLY', 4, 3600 * 4),
|
('HOURLY', 2, 3600 * 2),
|
||||||
))
|
))
|
||||||
def test_really_old_dtstart(post, admin_user, freq, delta, total_seconds):
|
def test_really_old_dtstart(post, admin_user, freq, delta, total_seconds):
|
||||||
url = reverse('api:schedule_rrule')
|
url = reverse('api:schedule_rrule')
|
||||||
|
|||||||
Reference in New Issue
Block a user