forked from phoenix/litellm-mirror
fix test otel message logging off
This commit is contained in:
parent
b60361fca1
commit
e25786ed8e
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ async def test_otel_with_message_logging_off():
|
|||
)
|
||||
print("response", response)
|
||||
|
||||
await asyncio.sleep(4)
|
||||
|
||||
assert otel_logger.kwargs["messages"] == [
|
||||
{"role": "user", "content": "redacted-by-litellm"}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue