mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
Ran black
This commit is contained in:
parent
e6ac18fbcb
commit
c6e158071a
1 changed files with 4 additions and 1 deletions
|
|
@ -779,7 +779,10 @@ def test_register_toolbox(tmpdir, logs_db):
|
|||
["-c", "list them again"],
|
||||
)
|
||||
assert result5.exit_code == 1
|
||||
assert "Error: Tool(s) Filesystem_list_files not found. Available tools:" in result5.output
|
||||
assert (
|
||||
"Error: Tool(s) Filesystem_list_files not found. Available tools:"
|
||||
in result5.output
|
||||
)
|
||||
|
||||
# Test the logging worked
|
||||
rows = list(logs_db.query(TOOL_RESULTS_SQL))
|
||||
|
|
|
|||
Loading…
Reference in a new issue