commented aiohttp load response body in testing
This commit is contained in:
parent
85f27320e7
commit
ee27c689e1
|
@ -22,8 +22,8 @@ class SanicTestClient:
|
|||
cookies=cookies, connector=conn) as session:
|
||||
async with getattr(
|
||||
session, method.lower())(url, *args, **kwargs) as response:
|
||||
response.text = await response.text()
|
||||
response.body = await response.read()
|
||||
# response.text = await response.text()
|
||||
# response.body = await response.read()
|
||||
return response
|
||||
|
||||
def _sanic_endpoint_test(
|
||||
|
|
Loading…
Reference in New Issue
Block a user