Skip to content
Snippets Groups Projects
Verified Commit f68f4c5c authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: fix unit tests

parent 45960b89
No related branches found
No related tags found
2 merge requests!79Release 0.10.0,!75F http proxy
Pipeline #29953 failed
...@@ -46,7 +46,7 @@ def setup_module(): ...@@ -46,7 +46,7 @@ def setup_module():
content_type = kwargs["headers"]["Content-Type"] content_type = kwargs["headers"]["Content-Type"]
if content_type.startswith("multipart/form-data; boundary"): if content_type.startswith("multipart/form-data; boundary"):
parts = kwargs["body"] parts = kwargs["body"].multipart_yielder
stdout = [] stdout = []
for part in parts: for part in parts:
if hasattr(part, "decode"): if hasattr(part, "decode"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment