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 2874be9 commit 85d2541Copy full SHA for 85d2541
tests/supervisor/views/test_run_code.py
@@ -21,7 +21,7 @@ async def test_run_code_from_invalid_path(aiohttp_client):
21
22
app = web.Application()
23
24
- app.router.add_route("*", "/vm/{ref}{suffix:.*}", run_code_from_path),
+ app.router.add_route("*", "/vm/{ref}{suffix:.*}", run_code_from_path)
25
client = await aiohttp_client(app)
26
27
invalid_hash_request: web.Request = make_mocked_request(
0 commit comments