Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
29a610b4
Unverified
Commit
29a610b4
authored
Aug 11, 2025
by
Lifu Huang
Committed by
GitHub
Aug 11, 2025
Browse files
Fix broken CI TestRequestLengthValidation (#9095)
parent
5ded39ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/srt/openai_server/validation/test_request_length_validation.py
...penai_server/validation/test_request_length_validation.py
+1
-1
No files found.
test/srt/openai_server/validation/test_request_length_validation.py
View file @
29a610b4
...
@@ -79,7 +79,7 @@ class TestRequestLengthValidation(CustomTestCase):
...
@@ -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
),
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment