From 4bd7dc640a482bd3ca0e2f3d9a44580317405225 Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Wed, 6 Aug 2025 17:02:02 +0000 Subject: [PATCH] Apply patch [skip ci] --- .../ollama/tests/integration_tests/test_gpt_oss_tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/partners/ollama/tests/integration_tests/test_gpt_oss_tools.py b/libs/partners/ollama/tests/integration_tests/test_gpt_oss_tools.py index b416e4c43da..dfcfbc2af31 100644 --- a/libs/partners/ollama/tests/integration_tests/test_gpt_oss_tools.py +++ b/libs/partners/ollama/tests/integration_tests/test_gpt_oss_tools.py @@ -6,7 +6,7 @@ To run these tests: 2. Pull a gpt-oss model: `ollama pull gpt-oss:20b` 3. Run these tests with: `pytest tests/integration_tests/test_gpt_oss_tools.py` -Note: These tests will be skipped if Ollama is not available or the model is not installed. +Note: Tests will be skipped if Ollama is not available or model is not installed. """ from __future__ import annotations @@ -359,3 +359,4 @@ class TestGptOssErrorHandling: # Should have no tool calls assert not response.tool_calls or len(response.tool_calls) == 0 +