Skip to content

Commit 44264ab

Browse files
committed
fix failing agent ops test
1 parent 66680c4 commit 44264ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/logging_callback_tests/test_unit_tests_init_callbacks.py

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
LangfusePromptManagement,
3939
)
4040
from litellm.integrations.azure_storage.azure_storage import AzureBlobStorageLogger
41+
from litellm.integrations.agentops import AgentOps
4142
from litellm.integrations.humanloop import HumanloopLogger
4243
from litellm.proxy.hooks.dynamic_rate_limiter import _PROXY_DynamicRateLimitHandler
4344
from unittest.mock import patch
@@ -75,6 +76,7 @@
7576
"pagerduty": PagerDutyAlerting,
7677
"gcs_pubsub": GcsPubSubLogger,
7778
"anthropic_cache_control_hook": AnthropicCacheControlHook,
79+
"agentops": AgentOps,
7880
}
7981

8082
expected_env_vars = {

0 commit comments

Comments
 (0)