[tests-only][full-ci] Forwardport test for send wrong host for adding user in group (#5932)

* added test for admin trying to add user with wrong host

* added test for adding single user to a group with invalid hostname
This commit is contained in:
Prajwol Amatya
2023-03-27 15:47:55 +05:45
committed by GitHub
parent eefd1b82aa
commit 1e5bf171fe
3 changed files with 99 additions and 0 deletions
@@ -135,5 +135,9 @@ The expected failures in this file are from features in the owncloud/ocis repo.
#### [Try to add group to a group return 204](https://github.com/owncloud/ocis/issues/5793)
- [apiGraph/addUserToGroup.feature:244](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/addUserToGroup.feature#L244)
### [Users are added in a group with wrong host in host-part of user](https://github.com/owncloud/ocis/issues/5871)
- [apiGraph/addUserToGroup.feature:292](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/addUserToGroup.feature#L292)
- [apiGraph/addUserToGroup.feature:306](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/addUserToGroup.feature#L306)
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.