Commit f61dec6
Fix integration test parameter alignment for searchVulnerabilities
Fixed compilation errors in AssessServiceIntegrationTest where test calls
were passing parameters in wrong order. The searchVulnerabilities() method
signature has 'statuses' as 4th parameter, but tests were trying to pass
'appId' (which was removed in the org-level consolidation).
Changes:
- Fixed 4 test method calls to use correct parameter order
- Changed 'appId' parameter to 'statuses' in all searchVulnerabilities() calls
- All 270 unit tests pass
- All 50 integration tests pass (6 SAST skipped as expected)
Resolves code review feedback from PR #37 (mcp-jap)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 715e07d commit f61dec6
File tree
1 file changed
+3
-3
lines changed- src/test/java/com/contrast/labs/ai/mcp/contrast
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
0 commit comments