test: fixed annotation

This commit is contained in:
Fahad
2025-10-01 19:28:54 +04:00
parent 77caef6f54
commit 104d09502a

View File

@@ -331,6 +331,7 @@ class TestConsensusTool:
result = tool.customize_workflow_response(response_data, request) result = tool.customize_workflow_response(response_data, request)
assert result["consensus_workflow_status"] == "ready_for_synthesis" assert result["consensus_workflow_status"] == "ready_for_synthesis"
@pytest.mark.asyncio
async def test_consensus_with_relevant_files_model_context_fix(self): async def test_consensus_with_relevant_files_model_context_fix(self):
"""Test that consensus tool properly handles relevant_files without RuntimeError. """Test that consensus tool properly handles relevant_files without RuntimeError.