mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
`CreateFormDataCommand(parameters)` is called positionally with a `CommandParameters` dataclass; assert against `call_args.args[0].chart_id` (matches the sibling precedence test at L210). The prior `call_args.kwargs["chart_id"]` raised `KeyError` once `@pytest.mark.parametrize` was inlined into `self.subTest` (parametrize is a documented no-op on `unittest.TestCase` subclasses), surfacing this dormant assertion bug on all 4 Python integration lanes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>