From 8ac288e932633b2634a12b951529636d9feba2db Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Mon, 9 Mar 2026 20:57:55 -0500 Subject: [PATCH] chore: uptick --- tests/tools/test_vision_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tools/test_vision_tools.py b/tests/tools/test_vision_tools.py index c3021891ab756..e85372a5b1464 100644 --- a/tests/tools/test_vision_tools.py +++ b/tests/tools/test_vision_tools.py @@ -245,6 +245,7 @@ class TestErrorLoggingExcInfo: patch("tools.vision_tools._download_image", new_callable=AsyncMock, side_effect=Exception("download boom")), \ patch("tools.vision_tools._aux_async_client", new="fake"), \ + patch("tools.vision_tools.DEFAULT_VISION_MODEL", new="test/model"), \ caplog.at_level(logging.ERROR, logger="tools.vision_tools"): result = await vision_analyze_tool(