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