We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5d56b commit b9bed2cCopy full SHA for b9bed2c
1 file changed
tests/databricks_ai_bridge/test_genie.py
@@ -173,7 +173,6 @@ def test_ask_question_calls_mcp_without_conversation_id(genie, mock_workspace_cl
173
174
175
def test_ask_question_calls_mcp_with_conversation_id(genie, mock_workspace_client):
176
- # Mock MCP client response
177
mock_mcp_result = CallToolResult(
178
content=[
179
{
0 commit comments