From c2bcedda79503231c61ee19ca717710859277409 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 13 Jun 2026 17:16:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(api):=20=E7=A9=A9=E5=AE=9A=20runtime=20read?= =?UTF-8?q?back=20fixture=20=E6=B8=AC=E8=A9=A6=E8=B7=AF=E5=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tests/test_ai_agent_runtime_readback_fixture_approval.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/tests/test_ai_agent_runtime_readback_fixture_approval.py b/apps/api/tests/test_ai_agent_runtime_readback_fixture_approval.py index f0a2fe0b..05bccbd5 100644 --- a/apps/api/tests/test_ai_agent_runtime_readback_fixture_approval.py +++ b/apps/api/tests/test_ai_agent_runtime_readback_fixture_approval.py @@ -9,7 +9,8 @@ from src.services.ai_agent_runtime_readback_fixture_approval import ( ) -FIXTURE = Path("docs/evaluations/ai_agent_runtime_readback_fixture_approval_2026-06-13.json") +REPO_ROOT = Path(__file__).resolve().parents[3] +FIXTURE = REPO_ROOT / "docs/evaluations/ai_agent_runtime_readback_fixture_approval_2026-06-13.json" def test_load_latest_ai_agent_runtime_readback_fixture_approval_snapshot() -> None: