MAESTRO: fix async tests router validation

This commit is contained in:
Mariusz Banach
2026-02-18 01:13:47 +01:00
parent 426ea49393
commit d439fd80ef
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ This phase implements the test selection panel and analysis configuration contro
## Completion
- [ ] `pytest backend/tests/api/test_tests_router.py` passes
- [x] `pytest backend/tests/api/test_tests_router.py` passes
- [ ] `GET /api/tests` returns all 106+ tests with id, name, and category
- [x] All vitest tests pass: `npx vitest run src/__tests__/TestSelector.test.tsx src/__tests__/AnalysisControls.test.tsx`
- [ ] Test selector renders all 106+ tests with checkboxes