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 0a69d9f commit 26cd877Copy full SHA for 26cd877
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