mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Update tests/test_litellm/integrations/gcs_pubsub/test_pub_sub.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
84fab4bf61
commit
d8f07b75f8
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ class TestGetVertexPublisherFromUrl:
|
|||
class TestAnthropicPassthroughMessages:
|
||||
"""Tests that Anthropic passthrough handler preserves request messages for logging."""
|
||||
|
||||
@pytest.mark.xfail(reason="Bug: anthropic_passthrough_handler does not set kwargs['messages'] from request body")
|
||||
@pytest.mark.asyncio
|
||||
async def test_anthropic_handler_includes_request_messages_in_kwargs(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue