forked from Rockachopa/Timmy-time-dashboard
Memory Unification + Canonical Identity: -11,074 lines of homebrew (#119)
This commit is contained in:
committed by
GitHub
parent
785440ac31
commit
62ef1120a4
@@ -14,7 +14,6 @@ def client(tmp_path, monkeypatch):
|
||||
monkeypatch.setattr("swarm.tasks.DB_PATH", tmp_path / "swarm.db")
|
||||
monkeypatch.setattr("swarm.registry.DB_PATH", tmp_path / "swarm.db")
|
||||
monkeypatch.setattr("swarm.stats.DB_PATH", tmp_path / "swarm.db")
|
||||
monkeypatch.setattr("swarm.learner.DB_PATH", tmp_path / "swarm.db")
|
||||
|
||||
from dashboard.app import app
|
||||
return TestClient(app)
|
||||
|
||||
Reference in New Issue
Block a user