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():
content_type = kwargs["headers"]["Content-Type"]
if content_type.startswith("multipart/form-data; boundary"):
parts = kwargs["body"]
parts = kwargs["body"].multipart_yielder
stdout = []
for part in parts:
if hasattr(part, "decode"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment