test(auth): add multi-user regression coverage
- 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
This commit is contained in:
parent
b11f64d5a1
commit
dac787b81b
45 changed files with 5298 additions and 23 deletions
9
.sisyphus/evidence/task-T10-health-check.txt
Normal file
9
.sisyphus/evidence/task-T10-health-check.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue