mirror of
https://github.com/apache/superset.git
synced 2026-07-18 12:45:44 +00:00
The regression test used temporary_user(login=True) on a passwordless temp user, so the form login failed (check_password_hash(None) -> AttributeError) and the request came back 401 instead of 202, failing CI on all backends. Clone the Gamma user instead: it has a valid login password and already carries dashboard can_export by default (the exact principal the frontend shows the Excel menu to), so the test faithfully reproduces the FE/BE gate the fix aligns. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>