diff --git a/Tests/Integration/webdavlib.py b/Tests/Integration/webdavlib.py index a97cc10a5..0e0f7c384 100644 --- a/Tests/Integration/webdavlib.py +++ b/Tests/Integration/webdavlib.py @@ -379,8 +379,8 @@ class CalDAVPOST(WebDAVQuery): return self.content class CalDAVCalendarMultiget(WebDAVREPORT): - def __init__(self, url, properties, hrefs): - WebDAVQuery.__init__(self, url) + def __init__(self, url, properties, hrefs, depth = None): + WebDAVQuery.__init__(self, url, depth) multiget_tag = self.ns_mgr.register("calendar-multiget", xmlns_caldav) self.top_node = _WD_XMLTreeElement(multiget_tag) if properties is not None and len(properties) > 0: