mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-08 03:14:09 +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:
@@ -35,8 +35,7 @@ def clean_env():
|
||||
@pytest.mark.asyncio
|
||||
async def test_init(clean_env):
|
||||
"""Test initialization sets up clients and url correctly."""
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user