Skip to content

Commit

Permalink
fix(tests): fix ocm tests
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Koberg <[email protected]>
  • Loading branch information
Julian Koberg authored and Julian Koberg committed Feb 28, 2025
1 parent f5e9cdb commit 6ccf60c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ The expected failures in this file are from features in the owncloud/ocis repo.
- [apiOcm/acceptInvitation.feature:148](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiOcm/acceptInvitation.feature#L148)

#### [[OCM] Sharee can access expired federated share](https://github.com/owncloud/ocis/issues/11033)
- [apiOcm/share.feature:1154](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiOcm/share.feature#L1154)
- [apiOcm/share.feature:1174](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiOcm/share.feature#L1174)
- [apiOcm/share.feature:1158](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiOcm/share.feature#L1158)
- [apiOcm/share.feature:1178](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiOcm/share.feature#L1178)

Note: always have an empty line at the end of this file.
The bash script that processes this file requires that the last line has a newline on the end.
6 changes: 5 additions & 1 deletion tests/acceptance/features/apiOcm/share.feature
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,11 @@ Feature: an user shares resources using ScienceMesh application
"maxItems": 1,
"items": {
"type": "object",
"required": ["@libre.graph.permissions.actions"]
"properties": {
"@libre.graph.permissions.actions": {
"type": "null"
}
}
}
}
}
Expand Down

0 comments on commit 6ccf60c

Please sign in to comment.