Skip to content

Commit

Permalink
test(api): fix dav paths
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Feb 19, 2024
1 parent ebe6fd6 commit 0a1fbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/features/bootstrap/WebDav.php
Original file line number Diff line number Diff line change
Expand Up @@ -5766,7 +5766,7 @@ public function findEntryFromSearchResponse(
if ($entryNameToSearch !== null) {
$entryNameToSearch = \trim($entryNameToSearch, "/");
}
$spacesBaseUrl = webDavHelper::getDavPath(null, webDavHelper::DAV_VERSION_SPACES);
$spacesBaseUrl = "/" . webDavHelper::getDavPath(null, webDavHelper::DAV_VERSION_SPACES);
$searchResults = $this->getResponseXml()->xpath("//d:multistatus/d:response");
$results = [];
foreach ($searchResults as $item) {
Expand Down

0 comments on commit 0a1fbc7

Please sign in to comment.