proyecto generalizado
This commit is contained in:
@@ -19,8 +19,8 @@ EXAMPLES = (
|
||||
def test_resume_tras_recreacion_del_app(tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> None:
|
||||
from fastapi.testclient import TestClient
|
||||
|
||||
from agentforge_core.api import deps
|
||||
from agentforge_core.main import create_app
|
||||
from forja_core.api import deps
|
||||
from forja_core.main import create_app
|
||||
|
||||
repo_root = Path(__file__).parent.parent.parent
|
||||
monkeypatch.setenv("DATA_DIR", str(tmp_path))
|
||||
|
||||
Reference in New Issue
Block a user