Commit f00c04a
committed
fix: resolve lint and E2E test failures in tool quarantine PR
- Convert if/else chain to switch statement in handleInspectToolApprovals
to fix staticcheck QF1003 lint error
- Disable tool-level quarantine in E2E test environment since existing
tests don't test this feature (quarantine-specific tests have their
own setup). Without this, new tools from mock servers were blocked as
"pending" approval, causing 4 E2E test failures.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e0e687e commit f00c04a
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
1873 | 1875 | | |
1874 | 1876 | | |
1875 | 1877 | | |
1876 | | - | |
| 1878 | + | |
1877 | 1879 | | |
1878 | 1880 | | |
1879 | 1881 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2246 | 2246 | | |
2247 | 2247 | | |
2248 | 2248 | | |
2249 | | - | |
| 2249 | + | |
| 2250 | + | |
2250 | 2251 | | |
2251 | 2252 | | |
2252 | | - | |
| 2253 | + | |
2253 | 2254 | | |
2254 | | - | |
| 2255 | + | |
2255 | 2256 | | |
2256 | 2257 | | |
2257 | 2258 | | |
| |||
0 commit comments