From a74fc38d9db31e1ea6106664a447d9a5d8ccd2de Mon Sep 17 00:00:00 2001 From: "Jenkins, Kenneth Alexander" Date: Fri, 3 Apr 2026 20:19:33 -0400 Subject: [PATCH] fix CI Signed-off-by: Jenkins, Kenneth Alexander --- tests/unit/test_text_completion/test_ollama_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_text_completion/test_ollama_processor.py b/tests/unit/test_text_completion/test_ollama_processor.py index 0bf5e0ab..69baf85f 100644 --- a/tests/unit/test_text_completion/test_ollama_processor.py +++ b/tests/unit/test_text_completion/test_ollama_processor.py @@ -160,7 +160,7 @@ class TestOllamaProcessorSimple(IsolatedAsyncioTestCase): processor = Processor(**config) # Assert - assert processor.default_model == 'gemma2:9b' # default_model + assert processor.default_model == 'granite4:350m' # default_model # Should use default_ollama (http://localhost:11434 or from OLLAMA_HOST env) mock_client_class.assert_called_once()