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
@ -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…
Reference in New Issue
Block a user