change to relative path

This commit is contained in:
2025-11-30 21:44:20 +01:00
parent 6bd7d39351
commit 29af1f19ce

View File

@@ -20,14 +20,16 @@ tests = [
{
"name": "Today",
"config": {
"size": [528, 343],
"size": [480, 390],
"week_starts_on": "Monday",
"show_events": True,
"ical_urls": sample_url,
"ical_files": None,
"date_format": "D MMM", "time_format": "HH:mm",
"padding_x": 10, "padding_y": 10, "fontsize": 14, "language": "zh",
"font": "NotoSansCJKsc-Regular",
"webdav_hostname": "https://webdav.mhrooz.xyz",
"webdav_login": "iicd",
"webdav_password": "wjslldhs",
"webdav_file_path": "/super-productivity/__meta_",
}
},
]