Skip to content

Commit 1d58300

Browse files
committed
Update unhealthy unload message content
1 parent 14b66a0 commit 1d58300

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/L0_check_health_vllm/check_health_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ def test_vllm_not_healthy(self):
108108
self._assert_model_ready(True)
109109
# The 2nd infer should begin with health check failed
110110
self._llm_infer()
111-
self._assert_infer_exception("vLLM engine is not healthy and model will be unloaded")
111+
self._assert_infer_exception(
112+
"vLLM engine is not healthy and model will be unloaded"
113+
)
112114
self._assert_model_ready(False)
113115
# The 3rd infer should have model not found
114116
self._llm_infer()

0 commit comments

Comments
 (0)