fix: use error detail as message instead of whole error object (#6911)

* fix: instead of whole erro object, only send error detail as message

* remove passing test from expected failure
This commit is contained in:
Sawjan Gurung
2023-07-28 13:15:55 +02:00
committed by GitHub
parent ebff0114d4
commit ec4f56d0b9
3 changed files with 10 additions and 8 deletions
@@ -212,10 +212,6 @@ cannot share a folder with create permission
- [coreApiWebdavPreviews/previews.feature:98](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiWebdavPreviews/previews.feature#L98)
#### [different error message detail for previews of folder](https://github.com/owncloud/ocis/issues/2064)
- [coreApiWebdavPreviews/previews.feature:107](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiWebdavPreviews/previews.feature#L107)
#### [copying a folder within a public link folder to folder with same name as an already existing file overwrites the parent file](https://github.com/owncloud/ocis/issues/1232)
- [coreApiSharePublicLink2/copyFromPublicLink.feature:66](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiSharePublicLink2/copyFromPublicLink.feature#L66)