19987d68a0c080e705f0f68222aca33bca3291ea
Replace all AsyncClient instantiations in test_sources.py and test_jobs.py with the shared fixture from conftest.py. This ensures proper test database isolation via dependency overrides. - Remove imports of httpx AsyncClient, ASGITransport, and app - Add client fixture parameter to all test functions - Remove async with blocks around HTTP requests - test_engine.py already uses db fixture correctly, no changes needed
backup-tool
Languages
Python
82.5%
TypeScript
13.2%
HTML
3.5%
Dockerfile
0.4%
Makefile
0.2%