Problem
The /health endpoint checks Stellar and Redis connectivity but has no automated test coverage. A broken health endpoint would silently report incorrect status to load balancers and monitoring systems.
Proposed Solution
Write integration tests for the health check endpoint inside contract/module/tests/health_tests.rs.
Acceptance Criteria
Problem
The /health endpoint checks Stellar and Redis connectivity but has no automated test coverage. A broken health endpoint would silently report incorrect status to load balancers and monitoring systems.
Proposed Solution
Write integration tests for the health check endpoint inside
contract/module/tests/health_tests.rs.Acceptance Criteria