Skip to content
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

use requests.structures.CaseInsensitiveDict directly #1084

Merged
merged 2 commits into from
Jul 23, 2021

Conversation

adehad
Copy link
Contributor

@adehad adehad commented Jun 26, 2021

Aims to replace #976 and #877 - as both of these reports had errors when attaching a file using a filename a test case has been added for that too.

Not sure why an in-house implementation was used back in the day, but requests is now a well established library I think it is safe to make the transition now.

@adehad adehad force-pushed the feature/replace_inhouse_CaseInsensitiveDict branch from 5206606 to f8517a2 Compare July 10, 2021 15:40
@studioj studioj added Status: Ready All information is available, and a solution needs to be created. Status: Ready for Merge PR looks good to merge and removed Status: Ready All information is available, and a solution needs to be created. labels Jul 21, 2021
@adehad adehad merged commit a83cc8f into master Jul 23, 2021
@delete-merged-branch delete-merged-branch bot deleted the feature/replace_inhouse_CaseInsensitiveDict branch July 23, 2021 18:06
@ssbarnea ssbarnea added bug and removed chore Status: Ready for Merge PR looks good to merge labels Oct 4, 2021
svermeulen pushed a commit to svermeulen/jira that referenced this pull request Oct 31, 2021
* use requests.structures.CaseInsensitiveDict directly

* add tests for attachment using filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants