Skip to content

Use json= in requests.post instead of data=json.dumps - #5453

Merged
suhaibmujahid merged 1 commit into
mozilla:masterfrom
WooJJam:fix-5422
Nov 13, 2025
Merged

suhaibmujahid merged 1 commit into
mozilla:masterfrom
WooJJam:fix-5422

Conversation

@WooJJam

@WooJJam WooJJam commented Nov 13, 2025

Copy link
Copy Markdown
Contributor

Closed #5422

Summary

Updated all requests.post calls that used data=json.dumps(...)

@suhaibmujahid suhaibmujahid left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you!

@suhaibmujahid
suhaibmujahid merged commit bccb041 into mozilla:master Nov 13, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use json= parameter in all requests.post calls instead of manually doing data=json.dumps

2 participants