type: narrow remaining workflow API test results

This commit is contained in:
lda
2026-08-29 18:54:17 +07:00 Verified
parent 48a518cad4
commit 96030a06fe
3 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -230,7 +230,9 @@ async def test_create_draft_workspace_from_capability(tmp_path: Path) -> None:
workspace_id="echo_ws", include_draft=True
)
assert fetched["draft"]["steps"]["call"]["use"] == "demo.personal.echo_tool"
draft = fetched.get("draft")
assert draft is not None
assert draft["steps"]["call"]["use"] == "demo.personal.echo_tool"
@pytest.mark.asyncio