Basic web loop works
This commit is contained in:
@@ -61,7 +61,7 @@ class WebSocketManagerTest(AioHTTPTestCase):
|
||||
)
|
||||
|
||||
# Create WebSocketManager
|
||||
self.ws_manager = WebSocketManager(self.agent, self.io_buffer)
|
||||
self.ws_manager = await WebSocketManager.create(self.agent, self.io_buffer)
|
||||
|
||||
# Create application
|
||||
app = web.Application()
|
||||
|
||||
Reference in New Issue
Block a user