fix(tests): fix end node missing ouputs

This commit is contained in:
Harry 2025-11-11 16:13:46 +08:00
parent 44f451bd7d
commit 8bb11a588c
1 changed files with 5 additions and 1 deletions

View File

@ -651,7 +651,11 @@ class TestWorkflowService:
{
"id": "end",
"type": "end",
"data": {"type": "end", "title": "End"},
"data": {
"type": "end",
"title": "End",
"outputs": [{"variable": "output", "value_selector": ["start", "text"]}],
},
},
],
"edges": [],