Commit a2d148c
fix: use unique login in error_callback test to avoid cache collision
The test_has_maintainer_reaction_backend_error_skips test was flaky
because it used login 'alice' which could be cached by prior tests
using admin_permission_callback. The global permission cache returned
the cached 'admin' permission instead of invoking error_callback.
Use 'error-test-user' to guarantee a cache miss.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3ef2a3c commit a2d148c
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1881 | 1881 | | |
1882 | 1882 | | |
1883 | 1883 | | |
| 1884 | + | |
| 1885 | + | |
1884 | 1886 | | |
1885 | 1887 | | |
1886 | | - | |
| 1888 | + | |
1887 | 1889 | | |
1888 | 1890 | | |
1889 | 1891 | | |
| |||
0 commit comments