From c522bfc5f64f2d5f1e6727ee868b80d19b9eed5f Mon Sep 17 00:00:00 2001 From: OoO Date: Thu, 21 May 2026 16:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20AI=20route=20=E6=B8=AC?= =?UTF-8?q?=E8=A9=A6=E6=AA=94=E5=B0=BE=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_ai_routes_ollama_first.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_ai_routes_ollama_first.py b/tests/test_ai_routes_ollama_first.py index 09bde44..c064ad7 100644 --- a/tests/test_ai_routes_ollama_first.py +++ b/tests/test_ai_routes_ollama_first.py @@ -24,7 +24,6 @@ def test_initial_ai_status_sanitizes_cached_gemini_recommendation(monkeypatch): assert status["default_provider"] == "ollama" assert status["recommended_provider"] == "ollama" - def test_initial_ai_status_never_recommends_gemini_without_cache(monkeypatch): import routes.ai_routes as ai_routes @@ -38,4 +37,3 @@ def test_initial_ai_status_never_recommends_gemini_without_cache(monkeypatch): assert status["default_provider"] == "ollama" assert status["recommended_provider"] == "ollama" -