-
Notifications
You must be signed in to change notification settings - Fork 664
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
confluence.add_user_to_group is wrong #1422
Comments
Hi @Mauwork , |
PR: #1425 |
Can someone point me to a place where I can add a test to cover the method ? So that the pull request can be merged ? |
In the test dir there are only two test files for confluence. |
Thanks, I would have guessed that somewhere all the other methods are tested, but it does not seem to be the case. So I guess for previous commits the coverage was not a necessary criterion to merge a pull request ? |
atlassian-python-api/atlassian/confluence.py
Line 3062 in 42ed0b0
This function is using the wrong URL and it should be a "PUT" not a "POST" see:
https://docs.atlassian.com/ConfluenceServer/rest/8.2.0/#api/user/{username}/group/{groupName}-update
Fix that should work:
The text was updated successfully, but these errors were encountered: