fix test otel message logging off
This commit is contained in:
parent
b60361fca1
commit
e25786ed8e
@ -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…
Reference in New Issue
Block a user