mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +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):
|
||||
return self._body
|
||||
|
||||
async def release(self):
|
||||
def release(self):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user