We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e88161 commit d9b1892Copy full SHA for d9b1892
tests/unit/test_vmclient.py
@@ -173,7 +173,7 @@ async def websocket_handler(request):
173
174
app = web.Application()
175
app.router.add_route(
176
- "GET", "/control/machine/{vm_id}/logs", websocket_handler
+ "GET", "/control/machine/{vm_id}/stream_logs", websocket_handler
177
) # Update route to match the URL
178
179
client = await aiohttp_client(app)
@@ -254,7 +254,7 @@ async def websocket_handler(request):
254
255
256
257
258
259
260
0 commit comments