From 04fda9ec4ac9e28b6b73d0a3ee82a51cb6aaf98f Mon Sep 17 00:00:00 2001 From: Harshit Jain <48647625+Harshit28j@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:28:33 +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 | 1 - 1 file changed, 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 3b396590e2..f9d7969461 100644 --- a/tests/test_litellm/integrations/datadog/test_datadog_metrics.py +++ b/tests/test_litellm/integrations/datadog/test_datadog_metrics.py @@ -36,7 +36,6 @@ def clean_env(): async def test_init(clean_env): """Test initialization sets up clients and url correctly.""" logger = DatadogMetricsLogger(start_periodic_flush=False) - logger = DatadogMetricsLogger(start_periodic_flush=False) assert logger.upload_url == "https://api.test.datadoghq.com/api/v2/series"