Skip to content

Commit f5940d4

Browse files
Testcases
1 parent 3b229fe commit f5940d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/tests/agents/test_tech_support.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ async def test_monitor_system_performance():
378378
assert "System Performance Monitored" in result
379379

380380

381-
def test_get_tech_support_tools():
381+
@pytest.mark.asyncio
382+
async def test_get_tech_support_tools():
382383
tools = get_tech_support_tools()
383384
assert isinstance(tools, list)
384385
assert len(tools) > 40 # Ensure all tools are included

0 commit comments

Comments
 (0)