We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f623a48 commit b3ec375Copy full SHA for b3ec375
tests/test_account.py
@@ -9,5 +9,6 @@ class TestAccount:
9
10
@pytest.mark.asyncio
11
async def test_read_account(self):
12
+ assert False
13
result = await mcp.call_tool('read_account', {})
14
assert AccountResponse.model_validate(loads(result[0].text))
0 commit comments