From 6185d73db517e87c87e5710993e60bf840942676 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 6 Nov 2023 18:11:29 -0800 Subject: [PATCH] (test) run ci/cd again --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 0e43d70a4..d8cf460a8 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1116,7 +1116,7 @@ def test_completion_with_fallbacks(): except Exception as e: pytest.fail(f"Error occurred: {e}") -# test_completion_with_fallbacks() +# test_completion_with_fallbacks() def test_completion_anyscale_api(): try: # litellm.set_verbose=True