Commit ffca0df
fix(plugin-auth): repoint stale last-admin-ban-guard.ts citations (#16575)
Five source comments in packages/plugins/plugin-auth/src/ cited
last-admin-ban-guard.ts / last-admin-ban-guard.test.ts, filenames that
have not existed since the guard was renamed to last-admin-guard.ts.
Repoint the four straightforward rename citations, and — after reading
the test before repointing it, per the non-mechanical instruction on
this card — repoint the objectql-adapter.test.ts:456 citation to
last-admin-guard.test.ts, which is where the 403 arm (PERMISSION_DENIED
-> APIError statusCode 403, via createObjectQLAdapterFactory) is
actually pinned; last-admin-guard.re-pricing.test.ts and
.config-anchor.test.ts contain no matching assertion.
No behaviour change. CHANGELOG.md's historical hits are untouched.
Claude-Session: https://claude.ai/code/session_012zTkyNHJ7TkuN2oXtP5x37
Co-authored-by: Claude <noreply@anthropic.com>1 parent f2f6684 commit ffca0df
4 files changed
Lines changed: 5 additions & 5 deletions
File tree
- packages/plugins/plugin-auth/src
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
| 537 | + | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| |||
0 commit comments