mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(mcp-service): upgrade fastmcp from 2.10.6 to 2.13.0.2 (#36014)
This commit is contained in:
@@ -482,7 +482,7 @@ class TestExecuteSql:
|
||||
}
|
||||
|
||||
async with Client(mcp_server) as client:
|
||||
with pytest.raises(ToolError, match="minimum of 1"):
|
||||
with pytest.raises(ToolError, match="greater than or equal to 1"):
|
||||
await client.call_tool("execute_sql", {"request": request})
|
||||
|
||||
# Test limit too high
|
||||
@@ -493,5 +493,5 @@ class TestExecuteSql:
|
||||
}
|
||||
|
||||
async with Client(mcp_server) as client:
|
||||
with pytest.raises(ToolError, match="maximum of 10000"):
|
||||
with pytest.raises(ToolError, match="less than or equal to 10000"):
|
||||
await client.call_tool("execute_sql", {"request": request})
|
||||
|
||||
Reference in New Issue
Block a user