fix(api): 穩定 runtime readback fixture 測試路徑
All checks were successful
Code Review / ai-code-review (push) Successful in 13s
CD Pipeline / tests (push) Successful in 1m27s
CD Pipeline / build-and-deploy (push) Successful in 4m34s
CD Pipeline / post-deploy-checks (push) Successful in 1m29s

This commit is contained in:
Your Name
2026-06-13 17:16:00 +08:00
parent 17815e5d20
commit c2bcedda79

View File

@@ -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: