Commit fd1bf13
fix(test): use real ActionValidators instance in auth_processors fixture
MagicMock(spec=ActionValidators) fails because dataclass fields without
defaults are not in dir(cls), causing AttributeError on .rbac access.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c6209f4 commit fd1bf13
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
1187 | 1188 | | |
1188 | 1189 | | |
1189 | 1190 | | |
1190 | | - | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
1191 | 1194 | | |
1192 | 1195 | | |
1193 | 1196 | | |
| |||
0 commit comments