diff --git a/litellm/tests/test_client.py b/litellm/tests/test_client.py index 9158c56b3..709273363 100644 --- a/litellm/tests/test_client.py +++ b/litellm/tests/test_client.py @@ -1,6 +1,6 @@ #### What this tests #### # This tests error logging (with custom user functions) for the `completion` + `embedding` endpoints w/ callbacks - +# This only tests posthog, sentry, and helicone import sys, os import traceback import pytest