-
Estimated Time: 2 hours
- 30m – Investigate root cause using full logs and reproduce failure locally
- 30m – Revise test class: add missing mocks, imports, or configuration as needed
- 30m – Rerun and validate test suite, confirm test stability, commit and push fix
- 30m – Run full regression tests (curl/Ansible) to verify UI-required endpoints
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Version |
none
|
| Sprints |
n/a
|
| Customer |
n/a
|
Issue Votes (0)
Summary
The unit test class
GitRepoControllerTestfails with HTTP 500 errors, likely due to recent changes to the domain model or security configuration.Details
The following test fails with:
This suggests a controller-level failure — possibly missing mock dependencies, improper JSON payloads, or security config issues affecting endpoint access.
Action Items
@WebMvcTest, controller mocks, etc.)Priority
Medium – should be fixed before UI integration tests are finalized