Files
unraid-mcp/tests
Jacob Magar bdb2155366 fix: update TestQueryCache tests to await async cache methods
_QueryCache.get/put/invalidate_all are async (use asyncio.Lock internally).
Updated 6 sync test methods to async def with proper await calls so they
test the actual async interface rather than calling unawaited coroutines.
2026-03-13 02:40:43 -04:00
..