misc: fix failing test due to dst change (#88568) #232

Merged
lguerin merged 1 commits from wip/88568-fix-test into main 2024-03-25 09:31:25 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ def test_build_event_agenda(db):
start = now()
events = {
f'Event {i}': {
'start_datetime': start + datetime.timedelta(days=i),
'start_datetime': localtime(start) + datetime.timedelta(days=i),
'places': 10,
}
for i in range(10)