type: narrow core model test fixtures

This commit is contained in:
lda
2026-08-29 19:10:30 +07:00 Verified
parent ac09a577a2
commit c87911236a
6 changed files with 57 additions and 39 deletions
+9 -7
View File
@@ -221,13 +221,15 @@ def test_subgraph_ref_accepts_composite_child_input_binding() -> None:
id="run_child",
workflow=child,
input=[
{
"target": "folder_id",
"expression": {
"kind": "literal",
"value": "demo-folder",
},
}
InputExpressionBinding.model_validate(
{
"target": "folder_id",
"expression": {
"kind": "literal",
"value": "demo-folder",
},
}
)
],
)