From 104d09502aab537d88ebe3a70afebf903fa2acb3 Mon Sep 17 00:00:00 2001 From: Fahad Date: Wed, 1 Oct 2025 19:28:54 +0400 Subject: [PATCH] test: fixed annotation --- tests/test_consensus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_consensus.py b/tests/test_consensus.py index 7f23ccc..66277b7 100644 --- a/tests/test_consensus.py +++ b/tests/test_consensus.py @@ -331,6 +331,7 @@ class TestConsensusTool: result = tool.customize_workflow_response(response_data, request) assert result["consensus_workflow_status"] == "ready_for_synthesis" + @pytest.mark.asyncio async def test_consensus_with_relevant_files_model_context_fix(self): """Test that consensus tool properly handles relevant_files without RuntimeError.