ts for some reason, moved to wf_api

This commit is contained in:
lda
2026-06-01 21:34:29 +07:00 Verified
parent 7c0daeb928
commit 963f77fcb2
10 changed files with 270 additions and 39 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ from .conftest import (
def test_raw_workflow_plan_uses_core_step_and_edge_models() -> None:
from wf_mcp.models import RawWorkflowPlan
from wf_api.models import RawWorkflowPlan
plan = RawWorkflowPlan.model_validate(echo_artifact().plan)