Ran black

This commit is contained in:
Simon Willison 2025-08-11 21:47:11 -07:00
parent e6ac18fbcb
commit c6e158071a

View file

@ -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))