From b6a53fb174f832c1dc0690a1350d77e158f5e793 Mon Sep 17 00:00:00 2001 From: Harshit Jain <48647625+Harshit28j@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:28:48 +0530 Subject: [PATCH] Update tests/test_litellm/integrations/datadog/test_datadog_metrics.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- tests/test_litellm/integrations/datadog/test_datadog_metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_litellm/integrations/datadog/test_datadog_metrics.py b/tests/test_litellm/integrations/datadog/test_datadog_metrics.py index f9d79694619..35e2f537cc2 100644 --- a/tests/test_litellm/integrations/datadog/test_datadog_metrics.py +++ b/tests/test_litellm/integrations/datadog/test_datadog_metrics.py @@ -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",