Files
superset2/tests
Hugh A Miles II 5ac547a3d8 test(dashboard): fix export_xlsx can_export regression test login
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>
2026-07-15 15:54:28 -04:00
..