diff --git a/litellm/tests/test_prompt_factory.py b/litellm/tests/test_prompt_factory.py index 9f112a0b1..b3aafab6e 100644 --- a/litellm/tests/test_prompt_factory.py +++ b/litellm/tests/test_prompt_factory.py @@ -153,5 +153,3 @@ def test_bedrock_tool_calling_pt(): converted_tools = _bedrock_tools_pt(tools=tools) print(converted_tools) - - assert False