diff --git a/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/shares.go b/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/shares.go index 848af9f28d..304509c868 100644 --- a/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/shares.go +++ b/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/shares.go @@ -571,9 +571,7 @@ func (h *Handler) listSharesWithMe(w http.ResponseWriter, r *http.Request) { if stateFilter == collaboration.ShareState_SHARE_STATE_ACCEPTED || stateFilter == ocsStateUnknown { // only log errors. They may happen but we can continue trying to at least list the shares lcRes, err := client.ListContainer(ctx, &provider.ListContainerRequest{ - Ref: &provider.Reference{ - Path: path.Join(h.homeNamespace, h.sharePrefix), - }, + Ref: &provider.Reference{Path: path.Join(h.homeNamespace, h.sharePrefix)}, }) if err != nil || lcRes.Status.Code != rpc.Code_CODE_OK { h.logProblems(lcRes.GetStatus(), err, "could not list container, continuing without share jail path info") diff --git a/tests/acceptance/expected-failures-on-S3NG-storage.md b/tests/acceptance/expected-failures-on-S3NG-storage.md index be74effee6..b84f331dc5 100644 --- a/tests/acceptance/expected-failures-on-S3NG-storage.md +++ b/tests/acceptance/expected-failures-on-S3NG-storage.md @@ -919,7 +919,6 @@ _ocs: api compatibility, return correct status code_ - [apiShareManagementBasicToShares/deleteShareFromShares.feature:213](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagementBasicToShares/deleteShareFromShares.feature#211) - [apiShareManagementBasicToShares/deleteShareFromShares.feature:214](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagementBasicToShares/deleteShareFromShares.feature#212) - ### User Management User and group management features