From 6842335fcfb0cf8fbca537ca79d90576d026cd8f Mon Sep 17 00:00:00 2001 From: Stella-17 <75434074+Stella-17@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:58:59 +0800 Subject: [PATCH] [MUSA][24/N] CI:Fix LLM server smoke test (#28934) Co-authored-by: xinyue.fan --- test/registered/musa/test_llm_server_smoke_musa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/registered/musa/test_llm_server_smoke_musa.py b/test/registered/musa/test_llm_server_smoke_musa.py index b5968d2dd..988571cd9 100644 --- a/test/registered/musa/test_llm_server_smoke_musa.py +++ b/test/registered/musa/test_llm_server_smoke_musa.py @@ -82,7 +82,7 @@ class TestMusaDeepSeekV2LiteChatServerSmoke(DefaultServerBase): ) self.assertIsInstance(content, str) self.assertGreater(len(content.strip()), 0) - self.assertIn("Beijing", content.lower()) + self.assertIn("beijing", content.strip().lower()) def test_generate(self): resp = requests.post(