fix: update integration tests to use 2-element variable selectors (#23766)
This commit is contained in:
parent
4240e2dd29
commit
cdee5aab3a
5 changed files with 115 additions and 31 deletions
|
|
@ -81,7 +81,7 @@ def test_tool_variable_invoke():
|
|||
|
||||
ToolParameterConfigurationManager.decrypt_tool_parameters = MagicMock(return_value={"format": "%Y-%m-%d %H:%M:%S"})
|
||||
|
||||
node.graph_runtime_state.variable_pool.add(["1", "123", "args1"], "1+1")
|
||||
node.graph_runtime_state.variable_pool.add(["1", "args1"], "1+1")
|
||||
|
||||
# execute node
|
||||
result = node._run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue