Skip to content

Commit

Permalink
Merge pull request #10535 from owncloud/remove-old-dav-public-share-e…
Browse files Browse the repository at this point in the history
…ndpoint-test

[tests-only][full-ci]remove old dav path for public share
  • Loading branch information
S-Panta authored Nov 20, 2024
2 parents bbb3f2b + b5d5afc commit bd4cf28
Show file tree
Hide file tree
Showing 21 changed files with 199 additions and 887 deletions.
5 changes: 0 additions & 5 deletions tests/acceptance/TestHelpers/WebDavHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -872,11 +872,6 @@ public static function getDavPath(
return self::prefixRemotePhp("dav/trash-bin/$userOrItemIdOrSpaceIdOrToken");
}
if ($davPathVersion === self::DAV_VERSION_OLD) {
if ($type === "public-files") {
// TODO: cleanup
// this endpoint does not exist
return self::prefixRemotePhp("public.php/webdav");
}
return self::prefixRemotePhp("webdav");
} elseif ($davPathVersion === self::DAV_VERSION_NEW) {
if ($type === "files") {
Expand Down
Loading

0 comments on commit bd4cf28

Please sign in to comment.