We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fcda8 commit c7c7c7bCopy full SHA for c7c7c7b
packages/toolbox-llamaindex/tests/test_tools.py
@@ -373,4 +373,4 @@ def test_toolbox_tool_add_auth_token_deprecated(
373
mock_core_sync_auth_tool.add_auth_token_getters.assert_called_once_with(
374
{"test-auth-source": get_id_token}
375
)
376
- assert isinstance(new_tool, ToolboxTool)
+ assert isinstance(new_tool, ToolboxTool)
0 commit comments