Fix: test_map_api.py DB isolation — set CANTEEN_DB_PATH inside client fixture

Previously relied on module-level env var which got overwritten
when frontend tests' conftest.py test_db_path fixture ran first.
Now explicitly sets env var inside client fixture + invalidates
caches before import. Also fixed importlib order.
This commit is contained in:
2026-05-20 19:57:39 -04:00
parent dd02fb36d1
commit d844429f56
3 changed files with 4 additions and 2 deletions
View File