fix tests
This commit is contained in:
parent
1643518b50
commit
e08a8feabc
|
|
@ -151,8 +151,7 @@ def test_create_agent_anthropic(mock_model, mock_config_repository):
|
|||
mock_react.assert_called_once_with(
|
||||
mock_model,
|
||||
[],
|
||||
interrupt_before=['agent', 'tools'],
|
||||
interrupt_after=['agent', 'tools'],
|
||||
interrupt_after=['tools'],
|
||||
version="v2",
|
||||
state_modifier=mock_react.call_args[1]["state_modifier"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue