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:
Harshit Jain 2026-03-02 17:00:59 +05:30 committed by GitHub
parent 84fab4bf61
commit d8f07b75f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):
"""