fix: test

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN- 2025-09-06 16:21:28 +08:00
parent 81fdc7c54b
commit 3c28936796
No known key found for this signature in database
GPG Key ID: 6BA0D108DED011FF
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class TestWorkflowEntryRedisChannel:
user_from=UserFrom.ACCOUNT,
invoke_from=InvokeFrom.DEBUGGER,
call_depth=0,
variable_pool=mock_variable_pool,
graph_runtime_state=mock_graph_runtime_state,
command_channel=redis_channel, # Provide Redis channel
)
@ -81,6 +82,7 @@ class TestWorkflowEntryRedisChannel:
user_from=UserFrom.ACCOUNT,
invoke_from=InvokeFrom.DEBUGGER,
call_depth=0,
variable_pool=mock_variable_pool,
graph_runtime_state=mock_graph_runtime_state,
command_channel=None, # No channel provided
)
@ -128,6 +130,7 @@ class TestWorkflowEntryRedisChannel:
user_from=UserFrom.ACCOUNT,
invoke_from=InvokeFrom.DEBUGGER,
call_depth=0,
variable_pool=mock_variable_pool,
graph_runtime_state=mock_graph_runtime_state,
command_channel=redis_channel,
)