mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
style: remove redundant regression test docstring
This commit is contained in:
parent
57debdb461
commit
ab2de419d2
1 changed files with 0 additions and 1 deletions
|
|
@ -263,7 +263,6 @@ class TestExceptionAttributes:
|
|||
assert str(midstream_fallback.response.request.url) == "https://openai.com/v1/"
|
||||
|
||||
def test_midstream_fallback_error_accepts_non_numeric_provider_status(self):
|
||||
"""Provider error codes can be strings while the response still has an HTTP status."""
|
||||
original_response = httpx.Response(
|
||||
status_code=400,
|
||||
request=httpx.Request("POST", "https://api.groq.com/openai/v1/chat/completions"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue