mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Update tests/test_litellm/integrations/datadog/test_datadog_metrics.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
04fda9ec4a
commit
b6a53fb174
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ async def test_extract_tags(clean_env):
|
|||
@pytest.mark.asyncio
|
||||
async def test_extract_tags_no_team(clean_env):
|
||||
"""Test tag extraction when no team info is present."""
|
||||
logger = DatadogMetricsLogger()
|
||||
logger = DatadogMetricsLogger(start_periodic_flush=False)
|
||||
|
||||
payload = StandardLoggingPayload(
|
||||
custom_llm_provider="anthropic",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue