mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
Merge pull request #397 from stj/master
ClientResponse.release isn't a coroutine
This commit is contained in:
@@ -34,7 +34,7 @@ class MockClientResponse(ClientResponse):
|
|||||||
async def read(self):
|
async def read(self):
|
||||||
return self._body
|
return self._body
|
||||||
|
|
||||||
async def release(self):
|
def release(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user