mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-16 14:28:12 +00:00
Fix tests to work with new version of aiohttp (>= 3.0)
This commit is contained in:
@ -144,7 +144,7 @@ class Response(aiohttp.web.Response):
|
||||
if not data:
|
||||
break
|
||||
await self.write(data)
|
||||
await self.drain()
|
||||
# await self.drain()
|
||||
|
||||
except FileNotFoundError:
|
||||
raise aiohttp.web.HTTPNotFound()
|
||||
|
Reference in New Issue
Block a user