You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if content=None when stream=True, then you get:
File "/Users/alex/.virtualenvs/media/lib/python2.7/site-packages/httmock.py", line 194, in intercept
stream=kwargs.get('stream', False))
File "/Users/alex/.virtualenvs/media/lib/python2.7/site-packages/httmock.py", line 63, in response
res.raw = BytesIO(content)
TypeError: must be string or buffer, not None
The text was updated successfully, but these errors were encountered:
Right now if
content=None
whenstream=True
, then you get:The text was updated successfully, but these errors were encountered: