[MUSA][24/N] CI:Fix LLM server smoke test (#28934)
Co-authored-by: xinyue.fan <xinyue.fan@mthreads.com>
This commit is contained in:
@@ -82,7 +82,7 @@ class TestMusaDeepSeekV2LiteChatServerSmoke(DefaultServerBase):
|
|||||||
)
|
)
|
||||||
self.assertIsInstance(content, str)
|
self.assertIsInstance(content, str)
|
||||||
self.assertGreater(len(content.strip()), 0)
|
self.assertGreater(len(content.strip()), 0)
|
||||||
self.assertIn("Beijing", content.lower())
|
self.assertIn("beijing", content.strip().lower())
|
||||||
|
|
||||||
def test_generate(self):
|
def test_generate(self):
|
||||||
resp = requests.post(
|
resp = requests.post(
|
||||||
|
|||||||
Reference in New Issue
Block a user