Ralph Furmaniak
Results
1
issues of
Ralph Furmaniak
I ran into this issue today, where everything worked in tests but failed when not mocked. ``` >>> import requests >>> requests.post('http://example.com', 2.0) TypeError: 'float' object is not iterable ```...