From 9053a6a2031eb8d5f8f217adb7a8ac92b4eb48ce Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 14 Nov 2024 19:11:29 +0530 Subject: [PATCH] test: fix test --- tests/local_testing/test_completion.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/local_testing/test_completion.py b/tests/local_testing/test_completion.py index 7814d13c6..eb89fcf86 100644 --- a/tests/local_testing/test_completion.py +++ b/tests/local_testing/test_completion.py @@ -679,6 +679,8 @@ async def test_anthropic_no_content_error(): frequency_penalty=0.8, ) + pass + except litellm.InternalServerError: pass except litellm.APIError as e: assert e.status_code == 500