mirror of
https://github.com/langgenius/dify.git
synced 2026-04-22 03:37:44 +08:00
fix(tests): fix end node missing ouputs
This commit is contained in:
@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user