mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 04:28:07 +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:
co-authored by
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent
9d3e97a2d8
commit
8dc8e826ba
@@ -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