Skip to content

Commit 0741c72

Browse files
committed
Update test_claude_api_compatibility.py
1 parent 639c427 commit 0741c72

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/integration/core/test_claude_api_compatibility.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,10 @@ async def test_protocol():
314314
"jsonrpc": "2.0",
315315
"id": 1,
316316
"method": "initialize",
317-
"params": {"protocolVersion": "2025-06-18", "capabilities": {"tools": {}}},
317+
"params": {
318+
"protocolVersion": "2025-06-18",
319+
"capabilities": {"tools": {}},
320+
},
318321
}
319322

320323
init_resp = await server_with_all_tools.handle_request(init_req)

0 commit comments

Comments
 (0)