mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix test_traceparent_not_added_by_default
This commit is contained in:
parent
2029e0607c
commit
673a991da2
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
Reference in a new issue