diff --git a/tests/test_inkycal_today.py b/tests/test_inkycal_today.py index c095117..31422f3 100644 --- a/tests/test_inkycal_today.py +++ b/tests/test_inkycal_today.py @@ -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_", } }, ]