Files
superset2/tests
Evan e73633697d test: read re-encrypt bind params from positional args, not kwargs
The migrator passes bind params positionally to conn.execute(stmt, params),
so the assertion must read call_args.args[1] rather than call_args.kwargs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 14:53:41 -07:00
..