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 3b229fe commit f5940d4Copy full SHA for f5940d4
src/backend/tests/agents/test_tech_support.py
@@ -378,7 +378,8 @@ async def test_monitor_system_performance():
378
assert "System Performance Monitored" in result
379
380
381
-def test_get_tech_support_tools():
+@pytest.mark.asyncio
382
+async def test_get_tech_support_tools():
383
tools = get_tech_support_tools()
384
assert isinstance(tools, list)
385
assert len(tools) > 40 # Ensure all tools are included
0 commit comments