diff options
Diffstat (limited to 'apps/dav/tests/unit')
-rw-r--r-- | apps/dav/tests/unit/connector/sabre/commentpropertiesplugin.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/connector/sabre/commentpropertiesplugin.php b/apps/dav/tests/unit/connector/sabre/commentpropertiesplugin.php index f915c83c4a7..f7f87e01544 100644 --- a/apps/dav/tests/unit/connector/sabre/commentpropertiesplugin.php +++ b/apps/dav/tests/unit/connector/sabre/commentpropertiesplugin.php @@ -84,7 +84,8 @@ class CommentsPropertiesPlugin extends \Test\TestCase { public function baseUriProvider() { return [ ['owncloud/remote.php/webdav/', '4567', 'owncloud/remote.php/dav/comments/files/4567'], - ['owncloud/remote.php/wicked/', '4567', null] + ['owncloud/remote.php/files/', '4567', 'owncloud/remote.php/dav/comments/files/4567'], + ['owncloud/wicked.php/files/', '4567', null] ]; } |