mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-23 05:59:28 -06:00
[test-only] changing status code of the api tests (#6533)
* change status code * save issue tag
This commit is contained in:
@@ -18,16 +18,6 @@ The expected failures in this file are from features in the owncloud/ocis repo.
|
||||
- [apiArchiver/downloadById.feature:134](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadById.feature#L134)
|
||||
- [apiArchiver/downloadById.feature:135](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadById.feature#L135)
|
||||
|
||||
### [create request for already existing group exits with status code 500 ](https://github.com/owncloud/ocis/issues/3516)
|
||||
|
||||
- [apiGraph/createGroupCaseSensitive.feature:20](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/createGroupCaseSensitive.feature#L20)
|
||||
- [apiGraph/createGroupCaseSensitive.feature:21](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/createGroupCaseSensitive.feature#L21)
|
||||
- [apiGraph/createGroupCaseSensitive.feature:22](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/createGroupCaseSensitive.feature#L22)
|
||||
- [apiGraph/createGroupCaseSensitive.feature:23](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/createGroupCaseSensitive.feature#L23)
|
||||
- [apiGraph/createGroupCaseSensitive.feature:24](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/createGroupCaseSensitive.feature#L24)
|
||||
- [apiGraph/createGroupCaseSensitive.feature:25](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/createGroupCaseSensitive.feature#L25)
|
||||
- [apiGraph/createGroup.feature:28](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/createGroup.feature#L28)
|
||||
|
||||
### [PROPFIND on accepted shares with identical names containing brackets exit with 404](https://github.com/owncloud/ocis/issues/4421)
|
||||
|
||||
- [apiSpacesShares/changingFilesShare.feature:15](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesShares/changingFilesShare.feature#L15)
|
||||
|
||||
@@ -28,7 +28,7 @@ Feature: create group
|
||||
Scenario: admin user tries to create a group that already exists
|
||||
Given group "mygroup" has been created
|
||||
When user "Alice" tries to create a group "mygroup" using the Graph API
|
||||
Then the HTTP status code should be "400"
|
||||
Then the HTTP status code should be "409"
|
||||
And group "mygroup" should exist
|
||||
|
||||
@issue-5938
|
||||
|
||||
@@ -10,7 +10,7 @@ Feature: create groups, group names are case insensitive
|
||||
And group "<group_id1>" has been created
|
||||
When the administrator creates a group "<group_id2>" using the Graph API
|
||||
And the administrator creates a group "<group_id3>" using the Graph API
|
||||
Then the HTTP status code of responses on all endpoints should be "400"
|
||||
Then the HTTP status code of responses on all endpoints should be "409"
|
||||
And these groups should not exist:
|
||||
| groupname |
|
||||
| <group_id2> |
|
||||
|
||||
Reference in New Issue
Block a user