Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
girardinsamuel committed Mar 8, 2022
1 parent f4c6696 commit 112d75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/request/test_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def test_can_parse_nested_post_data(self):
bag = InputBag()
bag.load(
{
"CONTENT_TYPE": "application/json",
"CONTENT_LENGTH": len(str(json.dumps(data))),
"wsgi.input": io.BytesIO(bytes(json.dumps(data), "utf-8")),
}
Expand Down

0 comments on commit 112d75b

Please sign in to comment.