mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix test_traceparent_not_added_by_default
This commit is contained in:
parent
eebfe49587
commit
ee78cd7b26
1 changed files with 2 additions and 0 deletions
|
@ -102,3 +102,5 @@ async def test_traceparent_not_added_by_default(endpoint, mock_request):
|
|||
|
||||
_extra_headers = data.get("extra_headers") or {}
|
||||
assert "traceparent" not in _extra_headers
|
||||
|
||||
setattr(litellm.proxy.proxy_server, "open_telemetry_logger", None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue