caldav: add a test with datetime (#88977)
gitea/passerelle/pipeline/head This commit looks good Details

During tests with SEQUENCE field, we found that no tests were testing
an event with date + time
This commit is contained in:
Yann Weber 2024-04-02 18:28:25 +02:00
parent d740651fcd
commit 71d40f1230
1 changed files with 7 additions and 0 deletions

View File

@ -97,6 +97,13 @@ SOME_EVENTS = [
'TRANSP': True,
'DESCRIPTION': 'test',
},
{
'DTSTART': '2020-02-20T07:00',
'DTEND': '2020-02-20T19:00',
'SUMMARY': 'Test',
'TRANSP': True,
'CATEGORY': 'Test',
},
]
SOME_UPDATES = [