mirror of
https://github.com/apache/superset.git
synced 2026-05-30 04:39:20 +00:00
- Fix test_sortable_columns_in_docstring: assertion used plain-text match
but docstring now uses RST backtick format; use substring check for both
'Sortable columns for' and 'order_column' separately
- Fix test_dataset_filter_valid_col: opr='ct' is not a valid
ColumnOperatorEnum value; use opr='sw' (starts-with) instead
- Add test_request_wrapper_enforced_by_tool: exercises the wrapper pattern
through the actual FastMCP client call (not just schema instantiation),
verifying the MCP tool layer accepts request={...} correctly
- Strengthen test_flat_kwargs_rejected: assert that the ToolError message
references the unexpected arguments ('search', 'Unexpected', or 'request')
so the test cannot pass on unrelated failures