mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
- Cleaned up fix to prevent additional nesting - Added unit test Fixes error: ``` > splits = [p.partition(b"=") for p in request.body.split(b"&")] E AttributeError: 'NoneType' object has no attribute 'split' ```