mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
f23dd0474b
In Postgres test mode, stale dependency_overrides on the module-level FastAPI app allow _resolve_default_project_from_api() to query a live database and return 'test-project' even when the test sets default_project=None. Monkeypatch the async fallback in the three affected tests to isolate config-based resolution from API leakage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>