We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0349dfe commit d483f80Copy full SHA for d483f80
1 file changed
app/backend/src/tests/test_calendar_events.py
@@ -44,8 +44,8 @@ def test_ics_content():
44
BEGIN:VCALENDAR
45
VERSION:2.0
46
PRODID:-//Couchers.org//Couchers//EN
47
-METHOD:PUBLISH
48
BEGIN:VEVENT
+SEQUENCE:0
49
DTSTART;VALUE=DATE:20000101
50
DTEND;VALUE=DATE:20000103
51
DESCRIPTION:<stripped>/42
@@ -54,6 +54,7 @@ def test_ics_content():
54
UID:host_request.42@<stripped>
55
URL:<stripped>/42
56
END:VEVENT
57
+METHOD:PUBLISH
58
END:VCALENDAR
59
""".strip()
60
)
0 commit comments