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 39075e5 commit 06f6394Copy full SHA for 06f6394
packages/toolbox-llamaindex/tests/test_e2e.py
@@ -248,7 +248,7 @@ def test_run_tool_sync(self, get_n_rows_tool):
248
assert "row3" not in response.content
249
250
def test_run_tool_missing_params(self, get_n_rows_tool):
251
- with pytest.raises(ValidationError, match="Field required"):
+ with pytest.raises(TypeError, match="missing a required argument: 'num_rows'"):
252
get_n_rows_tool.call()
253
254
def test_run_tool_wrong_param_type(self, get_n_rows_tool):
0 commit comments