[QA][Sharing-NG] Add test coverage of getting a single permission
Missing tests coverage of getting a single permission for root item/ resource.
- https://owncloud.dev/libre-graph-api/#/drives.root/GetPermissionSpaceRoot
- https://owncloud.dev/libre-graph-api/#/drives.permissions/GetPermission
~waiting for ~https://github.com/owncloud/ocis/issues/9541~ https://github.com/owncloud/ocis/issues/8616 to be implemented. blocked until then~ UPDATE: we are adding the basic tests for the endpoints
waiting for ~#9541~ #8616 to be implemented. blocked until then
I asked @2403905 about #8616 and he told me there is a work around in #9541.
We can retrieve an item permissions via ListPermissions API
waiting for ~#9541~ #8616 to be implemented. blocked until then
I asked @2403905 about #8616 and he told me there is a work around in #9541.
We can retrieve an item permissions via ListPermissions API
yeah, we can use the workaround to get the single permissions. This ticket is to add API tests for the single permission endpoints which are now added. Therefore, closing this here