[test-only] changing status code of the api tests (#6533)

* change status code

* save issue tag
This commit is contained in:
Viktor Scharf
2023-06-15 16:55:53 +02:00
committed by GitHub
parent 3cdc3bc485
commit 872bdb0217
3 changed files with 2 additions and 12 deletions
@@ -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> |