chore: tighten scheduling review coverage

This commit is contained in:
lda
2026-09-09 21:50:24 +07:00 Verified
parent afb291d55c
commit 2ecdbdaa7f
17 changed files with 358 additions and 366 deletions
@@ -90,9 +90,8 @@ def _constant_plan() -> RawWorkflowPlan:
)
async def _seed_server(tmp_path: Any, name: str = "sched-art") -> Any:
async def _seed_server(tmp_path: Any) -> Any:
"""Build a schedule-enabled server with one artifact + deployment."""
_ = name
server = build_local_static_workflow_server(tmp_path / "store", schedules=True)
await server.api.create_artifact_from_plan(
artifact_id="sched-art",