test(agent99): mount enterprise ledger route correctly
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m30s
CD Pipeline / build-and-deploy (push) Successful in 5m33s
CD Pipeline / post-deploy-checks (push) Successful in 2m19s
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m30s
CD Pipeline / build-and-deploy (push) Successful in 5m33s
CD Pipeline / post-deploy-checks (push) Successful in 2m19s
This commit is contained in:
@@ -96,7 +96,7 @@ def test_agent99_enterprise_loader_rejects_duplicate_ids(tmp_path: Path) -> None
|
|||||||
|
|
||||||
def test_agent99_enterprise_work_items_endpoint_returns_snapshot() -> None:
|
def test_agent99_enterprise_work_items_endpoint_returns_snapshot() -> None:
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
app.include_router(router, prefix="/api/v1/agents")
|
app.include_router(router, prefix="/api/v1")
|
||||||
client = TestClient(app)
|
client = TestClient(app)
|
||||||
|
|
||||||
response = client.get("/api/v1/agents/agent99-enterprise-ai-automation-work-items")
|
response = client.get("/api/v1/agents/agent99-enterprise-ai-automation-work-items")
|
||||||
|
|||||||
Reference in New Issue
Block a user