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

@@ -7,7 +7,7 @@ from app.engine.scanner_registry import ScannerRegistry
from app.main import app
@pytest.mark.asyncio
@pytest.mark.anyio
async def test_get_tests_returns_all_registered_tests() -> None:
registry = ScannerRegistry()
expected = registry.list_tests()