Skip to content

Commit 14b66a0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/L0_check_health_vllm/check_health_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ 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 will be unloaded")
111+
self._assert_infer_exception("vLLM engine is not healthy and model will be unloaded")
112112
self._assert_model_ready(False)
113113
# The 3rd infer should have model not found
114114
self._llm_infer()

0 commit comments

Comments
 (0)