mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 22:28:55 +08:00
test: fix unmatched shared trace fixtures
This commit is contained in:
parent
cd9306d4f9
commit
3193d7c9a5
@ -297,6 +297,7 @@ describe('workflow-stream-handlers helpers', () => {
|
||||
]
|
||||
|
||||
const nextProcess = appendParallelNext(process, createTrace({
|
||||
id: 'trace-missing',
|
||||
node_id: 'missing-node',
|
||||
execution_metadata: { parallel_id: 'parallel-2' },
|
||||
}))
|
||||
@ -354,6 +355,7 @@ describe('workflow-stream-handlers helpers', () => {
|
||||
},
|
||||
}))
|
||||
const notFinished = finishParallelTrace(process, createTrace({
|
||||
id: 'trace-missing',
|
||||
node_id: 'missing',
|
||||
execution_metadata: {
|
||||
parallel_id: 'parallel-missing',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user