test: align output binding integration coverage

This commit is contained in:
lda
2026-07-23 05:40:34 +07:00 Verified
parent 9f427c7e61
commit 92b7c6dd77
4 changed files with 20 additions and 22 deletions
+8 -2
View File
@@ -361,8 +361,14 @@ def test_workflow_surface_sets_ordered_canonical_step_output_bindings(
revision=created["revision"],
step_id="call",
bindings=[
OutputBinding(source="value", target="state.report"),
OutputBinding(source="value", target="state.audit"),
OutputBinding(
source=LocalPath.parse("value"),
target=StatePath.parse("state.report"),
),
OutputBinding(
source=LocalPath.parse("value"),
target=StatePath.parse("state.audit"),
),
],
)
)