removing SPACE_ID_FROM_OCIS from test code
This commit is contained in:
@@ -104,7 +104,7 @@ class SearchContext implements Context {
|
||||
}
|
||||
$body .= " </oc:search-files>";
|
||||
$davPathVersionToUse = $this->featureContext->getDavPathVersion();
|
||||
$davPath = WebDavHelper::getDavPath($doDavRequestAsUser ?? $user, $davPathVersionToUse, 'files');
|
||||
$davPath = WebDavHelper::getDavPath($doDavRequestAsUser ?? $user, $davPathVersionToUse, 'files', null);
|
||||
|
||||
if ($davPathVersionToUse == WebDavHelper::DAV_VERSION_NEW) {
|
||||
// Removes the last component('username' in this case) from the WebDAV path by going up one level in the directory structure.
|
||||
|
||||
Reference in New Issue
Block a user