mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-24 02:25:29 +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
44dd139941
commit
04fda9ec4a
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user