- Enable backend tests in CI (remove if: false) - Fix test_products_helpers.py to pass current_user parameter - Fix test_routines_helpers.py to include short_id in products - Fix llm_context.py to use product_effect_profile correctly - All 221 tests passing
9 lines
364 B
Text
9 lines
364 B
Text
Scenario: Health check handles auth redirects
|
|
Steps: Run updated scripts/healthcheck.sh
|
|
Expected: Success despite auth redirects
|
|
|
|
Output:
|
|
[2026-03-12 15:55:04] ✓ innercontext is healthy
|
|
[2026-03-12 15:55:04] ✓ innercontext-node is healthy (status 302)
|
|
[2026-03-12 15:55:04] ✓ innercontext-pricing-worker is running
|
|
[2026-03-12 15:55:04] All services healthy
|