Files
superset2/tests/integration_tests/views
Joe Li 0977f624b8 fix(tests): assert against positional CommandParameters dataclass in test_explore_root_arm1_slice_id_non_int
`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>
2026-06-05 12:00:59 -07:00
..