mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
test: drop the docstring that restated the payload test's name
This commit is contained in:
parent
ddac683ec6
commit
5f6ffdc333
1 changed files with 0 additions and 2 deletions
|
|
@ -148,8 +148,6 @@ def test_a_status_carried_by_an_exception_drives_the_type_it_reports():
|
|||
|
||||
|
||||
def test_an_upstream_5xx_body_does_not_relabel_the_internal_server_error():
|
||||
"""The upstream body rides along on the exception for the Responses ``response.failed``
|
||||
event, but a 500 keeps answering the proxy's own ``internal_server_error`` label."""
|
||||
from litellm.exceptions import InternalServerError
|
||||
|
||||
carried = InternalServerError(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue