mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
MAESTRO: fix async tests router validation
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user