From dd33abcee9ff3a4e8f9e4056c80f4d46567c73b0 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 7 Oct 2023 11:07:35 -0700 Subject: [PATCH] fix(test_client.py): adds docs for test_client.py --- litellm/tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_client.py b/litellm/tests/test_client.py index 9158c56b36..7092733635 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