Skip to content

Commit d483f80

Browse files
Fix test
1 parent 0349dfe commit d483f80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/backend/src/tests/test_calendar_events.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def test_ics_content():
4444
BEGIN:VCALENDAR
4545
VERSION:2.0
4646
PRODID:-//Couchers.org//Couchers//EN
47-
METHOD:PUBLISH
4847
BEGIN:VEVENT
48+
SEQUENCE:0
4949
DTSTART;VALUE=DATE:20000101
5050
DTEND;VALUE=DATE:20000103
5151
DESCRIPTION:<stripped>/42
@@ -54,6 +54,7 @@ def test_ics_content():
5454
UID:host_request.42@<stripped>
5555
URL:<stripped>/42
5656
END:VEVENT
57+
METHOD:PUBLISH
5758
END:VCALENDAR
5859
""".strip()
5960
)

0 commit comments

Comments
 (0)