mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
test(passthrough): name the test for what it now covers
The target is a local server, so the OpenAI host check already excludes it and the docstring's claim about the route path no longer holds.
This commit is contained in:
parent
cddf1f6c03
commit
13a0976bb6
1 changed files with 3 additions and 3 deletions
|
|
@ -74,9 +74,9 @@ def upstream():
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_untracked_openai_route_passthrough_logging(upstream):
|
async def test_passthrough_logging_payload_for_a_route_no_provider_handler_claims(
|
||||||
"""Keep this on a route `_is_supported_openai_endpoint` does not claim, or the
|
upstream,
|
||||||
OpenAI-specific handler takes over and the generic payload stops being exercised."""
|
):
|
||||||
base_url, upstream_received = upstream
|
base_url, upstream_received = upstream
|
||||||
|
|
||||||
test_custom_logger = TestCustomLogger()
|
test_custom_logger = TestCustomLogger()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue