Fix broken CI TestRequestLengthValidation (#9095)

This commit is contained in:
Lifu Huang
2025-08-11 22:59:56 -07:00
committed by GitHub
parent 5ded39cab2
commit 29a610b4d9

View File

@@ -79,7 +79,7 @@ class TestRequestLengthValidation(CustomTestCase):
) )
self.assertIn( self.assertIn(
"Requested token count exceeds the model's maximum context", "max_completion_tokens is too large",
str(cm.exception), str(cm.exception),
) )