-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[full-ci] [tests-only] Added test for creating group with case sensitive #4422
Conversation
170584b
to
02dff34
Compare
7125ae5
to
3842b41
Compare
And group "<group_id1>" has been created | ||
When the administrator creates a group "<group_id2>" using the GraphApi | ||
And the administrator creates a group "<group_id3>" using the GraphApi | ||
Then the HTTP status code of responses on all endpoints should be "500" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is 500
really the reply we want?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
500
is the actual current behavior of graph API for creating an existing user or group, as mentioned in comment #3516 (comment) the expected code must be 4XX
We have an issue reported here #3516 and mentioned the behavior in #3247.
tests/acceptance/features/apiGraph/createGroupCaseSensitive.feature
Outdated
Show resolved
Hide resolved
3842b41
to
bda3407
Compare
403774a
to
7e501b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍 ci was failing at https://drone.owncloud.com/owncloud/ocis/14751/3/3, restarted
7e501b0
to
bcf6001
Compare
Need to rebase and push after bump PR #4434 is merged. |
edafcc3
to
567e60e
Compare
567e60e
to
d33117e
Compare
d33117e
to
07af854
Compare
Kudos, SonarCloud Quality Gate passed! |
Description
Group names are case insensitive with oCIS, we cannot create groups with the same name but different lower and upper cases. So, tests to check group creation with different lower and upper cases are added as suggested in #4291 (comment)
Related Issue
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: