[MUSA][24/N] CI:Fix LLM server smoke test (#28934)

Co-authored-by: xinyue.fan <xinyue.fan@mthreads.com>
This commit is contained in:
Stella-17
2026-06-23 22:58:59 -07:00
committed by GitHub
co-authored by xinyue.fan
parent c394f812d1
commit 6842335fcf
@@ -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(