mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix - redacted by litellm test
This commit is contained in:
parent
40cc5dc95b
commit
f69c2591b2
1 changed files with 3 additions and 1 deletions
|
@ -218,7 +218,9 @@ async def test_langfuse_logging_without_request_response(stream, langfuse_client
|
|||
|
||||
_trace_data = trace.data
|
||||
|
||||
assert _trace_data[0].input == {"messages": "redacted-by-litellm"}
|
||||
assert _trace_data[0].input == {
|
||||
"messages": [{"content": "redacted-by-litellm", "role": "user"}]
|
||||
}
|
||||
assert _trace_data[0].output == {
|
||||
"role": "assistant",
|
||||
"content": "redacted-by-litellm",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue