From ea3116e45aed6b67d11c38bfbcadb66a34361aa8 Mon Sep 17 00:00:00 2001 From: Edern Deneuville Date: Fri, 11 Sep 2026 14:28:13 +0200 Subject: [PATCH] Test plain default config --- tests/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_config.py b/tests/test_config.py index a78819a..58dfb01 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -13,7 +13,7 @@ def test_load_default_config(tmp_path): assert cfg.provider == "ollama" assert cfg.hotkey == "ctrl+alt+a" - assert cfg.math_text_format == "word_equation" + assert cfg.math_text_format == "plain" assert "Réponds directement" in cfg.system_prompt