atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 643 forks source link

Updating user_get_websudo to set the not_json_response as true #1267 #1272

Closed amad1101 closed 8 months ago

amad1101 commented 8 months ago

Currently, the user_get_websudo method is throwing an 'Expecting value: line 10 column 1 (char 9)' exception because of the lack of not_json_response parameter not being passed in the user_get_websudo method. Pushing this PR to fix this issue

codecov-commenter commented 8 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (364b16f) 34.48% compared to head (aaf5c5f) 34.47%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1272 +/- ## ========================================== - Coverage 34.48% 34.47% -0.01% ========================================== Files 45 45 Lines 8172 8173 +1 Branches 1131 1131 ========================================== Hits 2818 2818 - Misses 5240 5241 +1 Partials 114 114 ``` | [Files](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1272?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [atlassian/jira.py](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1272?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXRsYXNzaWFuL2ppcmEucHk=) | `19.51% <0.00%> (-0.02%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.